https://bugs.documentfoundation.org/show_bug.cgi?id=152119
--- Comment #3 from Miklos Vajna <[email protected]> --- Same here, clicking on the button works for me. This is important, because otherwise it's hard to test if the dropdown itself (which is a treeview at a vcl level) has the correct direction. The fix for the above bug added code so that the entries are aligned to the left in the LTR case and aligned to the right in the RTL case. It's not possible to test this without working hit testing. Hossein: perhaps debug this yourself if you can reproduce. SwContentControlButton::ImplHitTest() is the relevant code. -- You are receiving this mail because: You are the assignee for the bug.
