Closed
Bug 889889
Opened 12 years ago
Closed 12 years ago
When inspecting Gaia SMS inside the system app, the "inspector border" is translated by a few pixels to the top
Categories
(DevTools :: Inspector, defect, P1)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 897960
People
(Reporter: julienw, Assigned: paul)
References
Details
Attachments
(2 files)
STR:
* have a debug profile from gaia
* launch firefox nightly with this debug profile
* launch the "messages" app
* try to inspect elements
Expected:
* the elements pointed by the mouse are inspected and the "inspecting border" is correctly layed out around the element
Actual:
* the "inspecting border" is translated by a few pixels to the top
Debugging with Paul we saw the bug is not happening when launching the app directly (using http://sms.gaiamobile.org:8080) so it's related to using iframes. However, "normal" iframes on other website do not trigger this bug. This is also not related to the responsive mode, the bug appears when I disable it.
Note that this works correctly in Firebug.
see screenshots
| Reporter | ||
Comment 1•12 years ago
|
||
| Reporter | ||
Comment 2•12 years ago
|
||
| Reporter | ||
Comment 3•12 years ago
|
||
Just verified that this happens in all other apps I tried too, so this is definitely not related to sms.
This also happens in homescreen (which is not the system app), so you don't need to launch the sms app.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → paul
| Assignee | ||
Updated•12 years ago
|
Blocks: gaia-devtools
Comment 4•12 years ago
|
||
I think the offset we're seeing is the size of the status bar on top.
| Assignee | ||
Comment 5•12 years ago
|
||
I think it's related to the fact we can't cross <iframe mozbrowser> boundaries. So we think we are in the top level window when we're not.
Depends on: 897960
| Assignee | ||
Comment 6•12 years ago
|
||
I figured it out. Patch coming.
| Assignee | ||
Comment 7•12 years ago
|
||
This is a symptom of bug 897960.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•