Closed
Bug 136549
Opened 23 years ago
Closed 22 years ago
[FLOAT]Screen flicker and ghost of flash/iframe content with dhtml (auto width float)
Categories
(Core :: Layout: Floats, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: jrspm, Assigned: dbaron)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
18.58 KB,
text/html
|
Details |
From Marc Attinasi in bug 128133#39
<quote>
The testcase that is still broken
(http://bugzilla.mozilla.org/attachment.cgi?id=76654&action=view) needed the
block frame patch that was backed out. I'd prefer a new bug on that specific
issue rather than expanding this one. Also, if there are any real sites that
show this, that would be good to note.
</quote>
The block frame bug would have been fixed, but most of the patch for bug 128133
was backed out because of regressions elsewhere. Only the table patch was left
in. I think the block patch should get in before 1.0 so that that we don't get
ugly flickers in common dhtml code (since most dhtml is written in divs which
are block tags).
A real life site that uses code affected by this bug is:
http://www.brainjar.com/
I was also planning on using the menu at brainjar for my own site, but I really
can't if the flickering is still happening in 1.0.
Another site that might be affected is:
http://www.mozilla.org/newlayout/demo/xml/books.xml
when mozilla is resized, the text in one of the select boxes flickers.
I'll try to come up with more, but I think this is pretty pervasive for dhtml
and really should be fixed by 1.0!
Jake
i see no flicer in the URL here, nor in the testcase, using 2002040903 XP.
i see severe flicker in bug 136555 though - perhaps another bug.
Reporter | ||
Comment 2•23 years ago
|
||
to be a bit more clear,
to reproduce the flicker at http://www.brainjar.com/dhtml/menubar/demo.html
1. Load the url
2. click on the "file" menu item. Now move your mouse pointer to the right,
mousing over the menu items as you go. Now move the mouse pointer back over
the menu items again back to file.
3. While you do step 2, look in the top left corner of the window to see the
flicker.
4. Reload the file and repeat to see it again.
Note: The flicker only seems to happen while performing the steps above a
single time. After that, no more flicker until a reload and repeat of the steps.
Jake
Updated•23 years ago
|
Priority: -- → P4
Summary: [PATCH]Screen flicker and ghost of flash/iframe content with dhtml (block frame) → Screen flicker and ghost of flash/iframe content with dhtml (block frame)
Target Milestone: --- → Future
Reporter | ||
Comment 4•23 years ago
|
||
Marc,
Can this get fixed. In bug 128133 you said this:
<quote>
The testcase that is still broken
(http://bugzilla.mozilla.org/attachment.cgi?id=76654&action=view) needed the
block frame patch that was backed out. I'd prefer a new bug on that specific
issue rather than expanding this one. Also, if there are any real sites that
show this, that would be good to note.
</quote>
So, you have a patch that just needs a little extra attention to get it to work
properly. Can we do that before 1.0...or at least put it on the Trunk soon?
Jake
Comment 5•22 years ago
|
||
*** Bug 155966 has been marked as a duplicate of this bug. ***
Comment 6•22 years ago
|
||
Cannot reproduce, following the given steps on Linux/GTKfe.
This is a layout bug, more a dbaron thing.
Assignee | ||
Comment 8•22 years ago
|
||
This smells like it's related to the auto-width-float stuff that's discussed in
bug 156522 comment 1, which may be a cleaner testcase except it requires using
an old tree or backing out the other patches related to that bug.
I'll take the bug and change it from P4-Future to P2-Future, since it's actually
an issue I find somewhat interesting. But lately I've begun to question even
when I'm going to have a chance to pull in my P1-Future bugs...
Assignee: attinasi → dbaron
Priority: P4 → P2
Summary: Screen flicker and ghost of flash/iframe content with dhtml (block frame) → [FLOAT]Screen flicker and ghost of flash/iframe content with dhtml (auto width float)
Comment 9•22 years ago
|
||
Can somebody please take a look at bug 129844 and check if it is the same bug.
Assignee | ||
Updated•22 years ago
|
Component: Layout → Layout: Floats
Comment 10•22 years ago
|
||
Reproduced on Linux, using 12/26/03 Trunk build. Minimised Test Case attached.
Keywords: testcase
Comment 11•22 years ago
|
||
Comment 12•22 years ago
|
||
This WFM now, maybe the fix in bug 129844 solved this?
Reporter | ||
Comment 13•22 years ago
|
||
I'd have to say that this is a WFM. Tested with 20030426 Mozilla Firebird on
Win2k (sp3). I see no flicker whatsoever in any of the testcases.
Jake
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•