Closed
Bug 1264061
Opened 9 years ago
Closed 9 years ago
HTML forms validity popup is often positioned wrongly
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1262332
People
(Reporter: smaug, Assigned: jdai)
References
Details
(Whiteboard: [tw-dom] btpp-active)
Attachments
(1 file)
Load http://jsbin.com/yixamu/edit?html,output
Click 'submit form'
The popup is often too high up. The location may depend on which toolbars are visible.
Comment 1•9 years ago
|
||
It looks like it works in the standalone case: http://output.jsbin.com/yixamu
Flags: needinfo?(bugs)
| Reporter | ||
Comment 2•9 years ago
|
||
yeah. Perhaps some code isn't dealing with iframes properly?
John, maybe you could take a look at this after bug 1088761?
Flags: needinfo?(bugs)
Whiteboard: [tw-dom]
Updated•9 years ago
|
Flags: needinfo?(jdai)
Whiteboard: [tw-dom] → [tw-dom] btpp-fixlater
| Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #2)
> yeah. Perhaps some code isn't dealing with iframes properly?
>
> John, maybe you could take a look at this after bug 1088761?
Yes, sure. Let me take this bug. :)
Assignee: nobody → jdai
Flags: needinfo?(jdai)
| Assignee | ||
Comment 4•9 years ago
|
||
Just like comment 2 said, it only happens in iframe case. I have verified manually with http://jsbin.com/yixamu/edit?html,output
Hi Olli, may I have your review? Thank you.
Attachment #8749523 -
Flags: review?(bugs)
| Assignee | ||
Updated•9 years ago
|
Whiteboard: [tw-dom] btpp-fixlater → [tw-dom] btpp-active
| Reporter | ||
Comment 5•9 years ago
|
||
Comment on attachment 8749523 [details] [diff] [review]
Bug 1264061 - Modify HTML forms validity popup position in iframe.
Given that this shows a bug in the patch for bug 691601, perhaps felipe could review this. (I'm not a toolkit peer)
Attachment #8749523 -
Flags: review?(bugs) → review?(felipc)
Comment 6•9 years ago
|
||
Comment on attachment 8749523 [details] [diff] [review]
Bug 1264061 - Modify HTML forms validity popup position in iframe.
Review of attachment 8749523 [details] [diff] [review]:
-----------------------------------------------------------------
A similar (or perhaps just the same?) issue is being fixed in bug 1262332. Neil is adding a new function that handles transforms, and the patch also removes the function that is being changed here. Please take a look to see if that patch is enough to fix this bug too, or if it can be used to more simply fix it
Attachment #8749523 -
Flags: review?(felipc)
Comment 7•9 years ago
|
||
Yes, the patch in bug 1262332 fixes this and merges the two bits of mostly duplicated code.
| Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•