Opened 13 years ago
Last modified 13 years ago
#8445 confirmed Bug
dialog.getSelectedElement() returns wrong element when element selected is within a table for 3.6.2, Firefox — at Initial Version
Reported by: | Iver Odin Kvello | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Selection | Version: | 3.6.2 |
Keywords: | Cc: |
Description ¶
Observable for instance for a single image inside a table cell. The bug seems to be caused by the selected element being set to be the containing table element even though for instance the double-click event does get the correct element passed as its .data.element.
For a document containing something like (only):
<table> <tbody> <tr> <td> <img alt="Silva.jpg" src="/images/Silva.jpg" style="width: 100px; height: 133px;" /></td> </tr> </tbody> </table>
reproduce the bug by double-clicking on the image. The image dialog opens, but is not initialized with the image data.
In general, right-clicking the image will not show the image context-menu; double-clicking the image will open the image dialog, but will not initialize the dialog correctly; clicking the image toolbar icon with the image selected will open the image dialog but uninitialized.
