> Some open issues remain: > > 1.- Is it possible to add close buttons to the tab labels? > We're using PAGER_SHRINK beacause of the problem detailed > in1 STR-2048 (and STR-2047).
I'd have thought this was best done by subclassing the tab widget, surely, rather than by changing fltk-2 itself? FWIW, Greg has a demo of subclassing the tab widget (albeit for fltk-1.1) here that shows how you might change the look of the tab widget (or indeed add a close button.) http://www.seriss.com/people/erco/fltk/Fl_Gel_Tabs/ > 2.- We also can't set the tab label tooltip because there's a > bug that after showing the label and moving the mouse > pointer down, "drags" the tooltip window down. > (easy to reproduce by uncommenting the lines at ui.cc:1089 > in dillo2 (not STRed AFAIK). A bug in fltk-1.1/fltk-1.3 tooltip handling was fixed just recently - the bug you describe in fltk-2 may be related? I'm afraid I don't know the number of the relevant STR... Best raise an STR for this though, anyway. > 3.- When we use a single tab, we hide it. In this case FLTK2 > draws the label with a white font (regardless of the hidden > status). It can be reproduced by: > 1.- set panel_size=medium in dillorc > 2.- start dillo-2.0 > 3.- hit the bookmarks icon > 4.- Look carefuly around the "clear URL" button. Better raise an STR for that too, I think. > 4.- The first letter of a menu Item is always regarded as a > shortcut when the menu is being displayed. Even with no > "&" prefix. e.g. open dillo-2.0, call the file menu and > press ALT+O. It'll call the open file function. That sounds pretty bad - again, better raise an STR for this. Don't *think* I have seen this elsewhere though. Odd. > 5.- Is it possible to catch the horizontall scroll event with > the mouse wheel? Don't know. Probably! Anybody? > 6.- There's a problem with UTF-8 in TextEditor. Here's a link > to our mailing list that describes it, and also suggests a > patch (not STRed AFAIK). > > http://lists.auriga.wearlab.de/pipermail/dillo-dev/2008-Octobe > r/005291.html OK - that looks reasonable at first glance. Please file an STR for this one too. While you are at it, I suspect the fltk-1.3 UTF-8 handling is similar, so if you wouldn't mind raising an STR for it too... :-) (thanks!) SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

