Open
Bug 204970
Opened 22 years ago
Updated 5 years ago
unable to drop or paste in Composer if the caret is in absolute positioned content
Categories
(Core :: DOM: Editor, defect, P5)
Core
DOM: Editor
Tracking
()
NEW
People
(Reporter: Brade, Unassigned)
Details
Attachments
(1 file)
18.41 KB,
patch
|
jst
:
superreview-
|
Details | Diff | Splinter Review |
I found this bug tested Composer.
If I insert or open a file that contains only absolutely positioned content, I
can't add content via paste or drop.
While working on a fix, it made sense to me to change the apis a bit. I'm
willing to switch it back or change it further. Let me know.
Patch coming.
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Updated•22 years ago
|
Attachment #122814 -
Flags: superreview?(jst)
Attachment #122814 -
Flags: review?(mjudge)
Comment 2•22 years ago
|
||
Comment on attachment 122814 [details] [diff] [review]
api reduction and handle absolute content within html documents
Nowhere else do we use out parameters in the DOM API's, and unless there's a
good reason not to, I'd like to keep it that way. And using out params from JS
is a pain.
Are there significant performance reasons for this API change?
sr- on the API change, the rest looks good.
Attachment #122814 -
Flags: superreview?(jst) → superreview-
Reporter | ||
Comment 3•22 years ago
|
||
cc jjmata so he can add this bug to his new meta bug
Comment 5•21 years ago
|
||
Comment on attachment 122814 [details] [diff] [review]
api reduction and handle absolute content within html documents
removing [very] old review request[s], please re-request from someone if
applicable.
If you need to contact me specifically please add |Callek| to CC
Attachment #122814 -
Flags: review?(mjudge)
Updated•18 years ago
|
QA Contact: bugzilla → editor
Comment 6•17 years ago
|
||
I think Kathleen is interested in having someone take over the patch "I think the patch is still useful but I don't have it in my tree"
Assignee: brade → nobody
Comment 7•5 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•