Closed
Bug 54418
Opened 24 years ago
Closed 18 years ago
clicking on last row on nested table in cell span puts caret in wrong place
Categories
(Core :: DOM: Selection, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: mjudge, Assigned: mjudge)
Details
Attachments
(1 file, 1 obsolete file)
932 bytes,
text/html
|
Details |
see attachment. click on 3rd row of nested table. the caret
snaps to last row of outer table last cell.
well i stepped into it and when you click to the right of the text in the last
cells in the rowspan the frame that gets triggered IS NOT the block frame that
all cells contain. (if it were the code would put the caret in proper location)
instead it is hitting the TableRowFrame for the last row in the OUTER table. so
therefore the only cell it has on that row gets the
caret.
This is an event targeting issue. the wrong frame is getting sent this
message. There is no way that I can think of to hack this in ANY reasonable
manner from the code path after the message is recieved.
not going in this release i am afraid.
Comment 4•19 years ago
|
||
Screenshot taken from: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060418 Firefox/3.0a1
I tried to select the "."-char from a URL.
Comment 5•19 years ago
|
||
Comment on attachment 218969 [details]
PLEASE IGNORE. Should have been posted to https://bugzilla.mozilla.org/show_bug.cgi?id=53542
PLEASE IGNORE. Should have been posted to https://bugzilla.mozilla.org/show_bug.cgi?id=53542
Attachment #218969 -
Attachment description: Still appears in the latest trunk. → PLEASE IGNORE. Should have been posted to https://bugzilla.mozilla.org/show_bug.cgi?id=53542
Updated•18 years ago
|
Attachment #218969 -
Attachment is obsolete: true
Comment 6•18 years ago
|
||
This WFM since Mozilla 1.0 (but not in Mozilla 0.9).
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•