Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Bugzilla#132645 - Mouse Double Click/URL Redirect on Y series of Line Chart does not work

- Summary:
Mouse Double Click/URL Redirect on Y series of Line Chart does not work

- Bugzilla Bug (s) Resolved: 132645

- Description:
Since Double Click event is not supported in HTML, just use Click handler to handle Double Click event (SVG does the same). However, Double Click event is still supported in Swing/SWT container, so won't remove it in UI or Model.
- 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.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java



- Files Added:



- Files Deleted

 


Back to the top