Closed Bug 835615 Opened 12 years ago Closed 12 years ago

Work - About/Options flyouts intermittently fail to appear when activated

Categories

(Firefox for Metro Graveyard :: Shell, defect)

All
Windows 8.1
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 817641

People

(Reporter: mbrubeck, Unassigned)

References

Details

(Whiteboard: feature=work)

With the patches in bug 835518 applied, I found the following regression. I suspect it is timing-dependent so I'm not sure if it'll be reproducible on other machines. Steps to reproduce: 1. Rebuild Metro Firefox by running make in the $OBJDIR/browser/metro directory. 2. Launch Metro Firefox. 3. Click the Settings charm, and choose either "Options" or "About" Expected results: The selected flyout sidebar appears. Actual results: Nothing happens until you perform some other user input (e.g. an edge swipe, or choosing one of the settings charm commands again), at which point the sidebar appears. I logged to make sure the flyoutpanel constructors are called at startup and the "show" method is called at the right time and throws no exceptions. The code thinks that the sidebar is visible (e.g. getBoundingClientRect returns the correct layout), but it just isn't painted. I suspect something is wrong with our painting or event handling. I tried removing the dispatchEvent call in #flyoutpanel.show, and I also tried removing the -moz-transition in flyoupanel.css, but these changes had no effect.
Summary: On first launch of a new build, flyouts don't appear when shown → Work - On first launch of a new build, flyouts don't appear when shown
Whiteboard: feature=work
Blocks: 807691
Possibly related to bug 807691
I meant to say bug 817641
By the way, I'm also seeing this intermittently in other situations (i.e. not during the first run of a new build). It seems to happen more often if a page is loading when I show the flyout.
Blocks: 831955
Summary: Work - On first launch of a new build, flyouts don't appear when shown → Work - About/Options flyouts intermittently fail to appear when activated
Is this still happening for you?
Yes, still seeing this intermittently.
By the way, I still see this most often first thing after starting a new build; closing and re-launching the browser generally makes it go away.
Blocks: 817641
No longer blocks: 817641
Depends on: 817641
I could never reproduce this but I think it is fixed by bug 817641.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
OS: Windows 8 Metro → Windows 8.1
You need to log in before you can comment on or make changes to this bug.