Open Bug 1062974 Opened 10 years ago Updated 2 years ago

Size of <iframe> inside <panel type="arrow"> gets messed up the second time the panel is opened

Categories

(Toolkit :: UI Widgets, defect)

x86_64
macOS
defect

Tracking

()

People

(Reporter: saroyanm, Unassigned)

References

()

Details

Attachments

(1 file, 2 obsolete files)

User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.94 Safari/537.36

Steps to reproduce:

1. Install provided testing add-on (popup-test.xpi).
2. Click on toolbarbutton of installed addon.
3. Click on "Change Icon" button in opened panel.


Actual results:

Toolbarbutton image changed, but content of Panel type="arrow" disappears.


Expected results:

Changing image of toolbarbutton should not cause the content of panel to disappear.
After investigating mozilla's panel type=arrow binding and look through it's xbl, also noticed that the issue appear when the panel's children in our case iframe is placed inside XUL box element. 
This is additional reproduction addon, where I've removed -moz-binding from panel (set to none) element and placed iframe in the vbox element and the issue still persist, I hope this information can also be helpful.
Priority: -- → P3
I was able to simplify the test add-on, the issue isn't really related to styles.
Attachment #8484298 - Attachment is obsolete: true
Attachment #8484301 - Attachment is obsolete: true
New steps to reproduce:

1. Install the test add-on from attachment, a window will open.
2. Click the "Click me" button, note the red border around the entire panel content (<iframe>).
3. Click the "Click me" button again.

Expected result:

There will a be red border around the entire panel content again (<iframe> size doesn't change).

Actual result:

The red border is on the left side of the panel content, the width of the <iframe> is zero for some reason (Firefox 35.0a1 nighty 2014-09-04 on OS X).

The source code of this button is really just the following:

    <toolbarbutton label="Click me" type="panel">
      <panel type="arrow">
        <iframe src="about:blank" width="100" height="100" style="border: 1px solid red;"/>
      </panel>
     </toolbarbutton> 

Note that <iframe> size is set explicitly, there is no reason it should change. If I use <vbox> instead then its size doesn't change. Same thing if I remove type="arrow". My suspicion is that this has something to do with the way <panel type="arrow"> is being animated.
Status: UNCONFIRMED → NEW
Component: Untriaged → XUL Widgets
Ever confirmed: true
OS: Linux → All
Priority: P3 → --
Product: Firefox → Toolkit
Hardware: x86_64 → All
Summary: changing toolbarButton image using list-style-image causes panel type="arrow" content disappearance → Site of <iframe> inside <panel type="arrow"> gets messed up the second time the panel is opened
Version: 31 Branch → Trunk
Summary: Site of <iframe> inside <panel type="arrow"> gets messed up the second time the panel is opened → Size of <iframe> inside <panel type="arrow"> gets messed up the second time the panel is opened
It seems that in the variation described above this issue is only reproducible on OS X.
OS: All → Mac OS X
Hardware: All → x86_64
See Also: → 1063097
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: