Closed
Bug 1091363
Opened 10 years ago
Closed 10 years ago
BrowserElementParent constructor didn't carry isPendingFrame parameter from BrowserElementParentBuilder.
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mtseng, Assigned: kk1fff)
References
Details
Please see http://mxr.mozilla.org/mozilla-central/source/dom/browser-element/BrowserElementParent.jsm#64
Looks like a bug. After carry this parameter to BEP. There is some weird behavior in b2g such as keyboard always not shown.
Assignee | ||
Comment 2•10 years ago
|
||
sounds like a bug which a BrowserElementParent created with isPendingFrame = true doesn't work properly. I'll take a look.
Assignee: nobody → kk1fff
Flags: needinfo?(kk1fff)
Assignee | ||
Comment 3•10 years ago
|
||
Browser element is being rewriting to WebIDL, and BEP will no longer be in the pending state after the patch landed.
Reporter | ||
Comment 4•10 years ago
|
||
Since browser element will be re-written soon. I think we don't need fix this now.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
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
•