You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using aqua Tk 8.6.9.1 on macOS 10.14.1, the dropdown list/popup for BrowseEntry widgets appears behind the window rather than in front of it. (I don't remember ever trying this on Tk 8.6.8 or earlier.) See attached screenshot.
Some workarounds would be to use ComboBox or ttkBrowseEntry instead, although I am not completely aware of how they differ from BrowseEntry. Without having investigated this much, I'm not sure BrowseEntry can be completely replaced by either of those in a Perl/Tk compatible manner. For example, existing code might depend on BrowseEntry's discrete listbox or button widgets. It would be simpler if BrowseEntry wasn't something to separately maintain, though.
The text was updated successfully, but these errors were encountered:
Maybe BrowseEntry can be revised to act more like ttk::combobox, which uses slightly different approaches for each platform (see combobox.tcl in Tk).
So far I have not been successful at adapting the approach in combobox.tcl. And because of the platform inconsistencies evident in combobox.tcl, I'm not sure I could convince upstream Tcl/Tk that there is an inconsistency they can or should address that would resolve this issue.
https://rt.cpan.org/Ticket/Display.html?id=127772#txn-1821064
The text was updated successfully, but these errors were encountered: