Inability to click/select in between objects in Composer
Categories
(Core :: DOM: Selection, defect, P5)
Tracking
()
People
(Reporter: imajes, Unassigned)
References
(Blocks 1 open bug)
Details
Comment 1•24 years ago
|
||
Comment 2•23 years ago
|
||
Updated•16 years ago
|
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Comment 6•4 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority and severity.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Comment 7•4 months ago
|
||
I think we cannot fix this bug for any objects.
Here is a testcase with 2 <img> elements. When I click right-half of the left <img> or left-half of the right <img>, indeed, I may expect that the caret should appear between the <img>s. However, I believe that it may be unexpected behavior if and only if I want to edit the <img>'s property with editing UI implemented by Thunderbird or the web app. So, it depends on the user's current expectation that which behavior is suitable.
One possible idea is, rightmost quarter and leftmost quarter should not select the <img>. However, it may be unexpected one for the user in some cases. Additionally, it's hard to do it if the <img> is too small to click. So, I don't think we should do that unless some developers really love to do that.
So, I mark this as WONTFIX. If you want to fix this bug by yourself, please reopen this bug and take this.
Note that on Chrome, clicking on <img> works odd. It's hard to find how they handle it. So, please check the behavior within the testcase.
Description
•