Closed
Bug 495601
Opened 15 years ago
Closed 15 years ago
When clicking on a button on a xul page rendered into the content area the display is not refreshed until we pan
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 487693
People
(Reporter: vingtetun, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
application/vnd.mozilla.xul+xml
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20090528 Minefield/3.6a1pre
Build Identifier:
When clicking on a button which switch the panel in a deck the content is not refreshed until I pan/scroll the content
Reproducible: Always
Steps to Reproduce:
1.Write a xul page with a deck inside
2.Do a button that switch the currentPanel
3.Click on the button
Actual Results:
Panel is switched but the content is not dispay until we pan/scroll
Expected Results:
Content is displayed
I gonna join and example soon
Comment 1•15 years ago
|
||
Sounds a lot like bug 492831
Reporter | ||
Comment 2•15 years ago
|
||
Nope! :)
This one seems to affect xul only and concern the redraw of the window, bug 492831 is for web content and concern the pressed state of a button.
Step to reproduce the problem :
1: Go to the attachment using Fennec
2: Scroll to the bottom of the page
3: Click on 'Panel 2' button
4: If the label has changed click on 'Panel 1' button
What we saw is that sometimes (very often) the content is not redraw. And this doesn't happen to me if I do the same code but without the need for panning.
I'm not sure if this is the same bug that I have when I go to a website without a valid security certificate (https://mozilla.com - note that there is no WWW here), and click on 'add an exception', only a part of the content is refreshed.
Comment 4•15 years ago
|
||
Confirmed attachment 380983 [details] works fine.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•