https://bugs.documentfoundation.org/show_bug.cgi?id=164372
BogdanB <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |bisected CC| |[email protected] Regression By| |Miklos Vajna --- Comment #4 from BogdanB <[email protected]> --- Miklos, can you please take a look here? commit a24dd76ca6c1d0f2876e1eca698c73fcccc815fe [log] author Miklos Vajna <[email protected]> Tue Apr 26 15:40:44 2022 +0200 committer Xisco Fauli <[email protected]> Wed Apr 27 09:05:53 2022 +0200 tree 1dfa1e909f8041bdf8c9302707f6fef8abafc06f parent 02c59c79f30705450224fdb6eb3b001da457f81e [diff] sw: fix double-click opening frame dialog, not graphic dialog on images The user-visible problem was that once a user clicks on an image a lot (e.g. 5 times), then the slot ID dispatched on double-click in SwEditWin::MouseButtonDown() is no longer FN_FORMAT_GRAFIC_DLG, but it's FN_FORMAT_FRAME_DLG. This is already inconsistent, but it's especially problematic in case an UNO client intercepts only the first UNO command, but not the second one. The other inconsistency is that in practice this only happens for as-char images, at-char anchored images work fine. -- You are receiving this mail because: You are the assignee for the bug.
