Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Bugzilla#161347 - Interactivity actions should list according to the type can trigger them

- Summary:
Interactivity actions should list according to the type can trigger them

- Bugzilla Bug (s) Resolved: 161347

- Description:
Check in #161347 to HEAD
Added TriggerSupportMatrix to check if current trigger action is supported for corresponding event condition and current output format

Supported matrix is below:.

 

URL_Redirect

Show_Tooltip

Invoke_Script

Toogle_Visibility

Toogle_DataPoint_Visibility

Hilight

Callback

Click

All

 

All

SVG

SVG

SVG

 

Double Click

All

 

All

SVG

SVG

SVG

 

Mouse Down

 

 

SVG

 

 

 

 

Mouse UP

 

 

SVG

 

 

 

 

Mouse Over

 

All

SVG

 

 

 

 

Mouse Move

 

 

SVG

 

 

 

 

Mouse Out

 

 

SVG

 

 

 

 

Focus

All

 

All

SVG

SVG

SVG

 

Blur

All

 

All

SVG

SVG

SVG

 

Key Down

 

 

SVG

 

 

 

 

Key Up

 

 

SVG

 

 

 

 

Key Press

 

 

SVG

 

 

 

 

Onload

 

 

SVG

 

 

 

 



- Tests Description: Manual Test

- Notes to Build Team: N/A

- Notes to Developers: N/A

- Notes to QA: N/A

- Notes to Documentation: N/A

- Files Edited:
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TriggerDataComposite.java

- Files Added:
/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/TriggerSupportMatrix.java

- Files Deleted
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TriggerEditorComposite.java

 


Back to the top