| | [ Return to Bugs & Features | Roadmap 2.0 | Post Text | Post File | SVN ⇄ GIT ]
STR #1788
| Application: | FLTK Library |
| Status: | 5 - New |
| Priority: | 2 - Low, e.g. a documentation error or undocumented side-effect |
| Scope: | 3 - Applies to all machines and operating systems |
| Subsystem: | Unassigned |
| Summary: | Browser do selection but don't do callback after adding first element |
| Version: | 2.0-current |
| Created By: | qwak |
| Assigned To: | Unassigned |
| Fix Version: | Unassigned |
| Update Notification: | |
Trouble Report Files:
[ Post File ]No files
Trouble Report Comments:
[ Post Text ]
| |
| #1 | qwak 11:45 Sep 19, 2007 |
| I use Browser with custom model (own fltk::List subclass), but probably the same situation is with standard fltk::List subclass used by Browser.
In scenario:
list is empty browser.relayout(); //ok, no elements are displayed list changed and have one element browser.relayout(); //now element is displayed and selected(!) but callback was not called(!)
In my opinion either element shouldn't be selected or callback should be called. | |
[ Return to Bugs & Features | Post Text | Post File ]
|
| |