Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Bugzilla#144159, 144160, 143685 - [Accessibility]Title Format Dialog, press "Tab" button, can not focus on "Outline" block

- Summary:
[Accessibility]Title Format Dialog, press "Tab" button, can not focus on "Outline" block

- Bugzilla Bug (s) Resolved:
144159, 144160, 143685

- Description:
The reason why outline visible button can't get focus by tab is that default control's enabled state is false. In swt, default enabled state is inherited from parent. As a custom control, LineAttributesComposite extends Composite, but overrided isEnabled() method. Hence, a new button created under this composite won't get focus because of disabled state inherited from the parent.
Solution: not override isEnabled() method in custom control

- Tests Description: Manual test
- Notes to Build Team: None
- Notes to Developers: None
- Notes to QA: None
- Notes to Documentation: None

- Files Edited:

/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/IconCanvas.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LineAttributesComposite.java



- Files Added:

- Files Deleted

 

 


Back to the top