Opened 15 years ago
Closed 13 years ago
#5269 closed Bug (fixed)
floatpanels for comboboxes are offset left of related combobox
Reported by: | ngiesen | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.2 |
Keywords: | Cc: |
Description
When a combobox (such as 'Styles','Format','Font' or 'FontSize') is positioned with its right edge against the window edge, its corresponding floating panel will have its right edge tucked to the left of the combobox; it should tuck to the right.
I hope the following pieces of ascii-art will illustrate the issue:
Current behaviour:
|window edge | [Styles]| [opt1 ] | [opt2 ] | [opt3 ] |
Preferred behaviour:
|window edge | [Styles]| [opt1 ]| [opt2 ]| [opt3 ]|
No longer reproducible in latest trunk.