noreply at rubyforge.org
2007-Jan-15 12:13 UTC
[Wxruby-development] [ wxruby-Bugs-7849 ] disable does not disable some child components on OS X
Bugs item #7849, was opened at 2007-01-15 07:13 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=7849&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Kevin Smith (qualitycode) Summary: disable does not disable some child components on OS X Initial Comment: if you disable a container window, not all the child components get disabled. For example, a notebook containing some controls: @notebook.add(Panel) {|p| p.arrange_vertically p.add(TextCtrl) p.add(RadioBox) p.add(Button) p.add(ComboBox) } On OS X, the TextCrl and Combobox text are still focusable and editable. I think enable may suffer from the same problem (note: this works fine on windows) ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=7849&group_id=35
Possibly Parallel Threads
- [ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
- [ wxruby-Bugs-11446 ] Wx::TextCtrl behaves wrong when scrolling
- [836] trunk/wxsugar/lib/wx_sugar: Make :validator and :name sugary ctor args work for Controls classes
- [ wxruby-Bugs-10759 ] Wx::AuiManager.get_all_panes can not get all pane.
- [ wxruby-Bugs-7131 ] Stock colours (eg Wx::WHITE) are not available before App#on_init