Closed
Bug 1111
Opened 26 years ago
Closed 15 years ago
Resizing a page with floats causes weird painting glitch
Categories
(Core :: Layout, defect, P2)
Tracking
()
People
(Reporter: angus, Assigned: michaelp)
References
()
Details
Attachments
(1 file)
(deleted),
image/bmp
|
Details |
Load this page, scroll down, size it wide enough to fit everything, and then
start resizing horizontally. The big float on the right repaints itself in a
jagged fashion - very difficult to explain using words. :-) see for yourself.
btw, it is VERY COOL that we lay this page out properly!!!
something busted in view land me thinks...maybe its sparky's fault, maybe it's
spankys fault. Whose to tell? :-)
Reporter | ||
Comment 2•26 years ago
|
||
For some reason, kipp wasn't cc'd. Adding kipp to cc list.
Also, a simpler test case is at:
http://www.w3.org/Style/CSS/Test/current/sec5525.htm - the example with the
image floated to the right demonstrates the problem when resizing.
Separately, resizing appears to be slow. Perhaps a reflow bottleneck somewhere?
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Comment 5•20 years ago
|
||
Updated•15 years ago
|
Status: VERIFIED → RESOLVED
Closed: 26 years ago → 15 years ago
Resolution: WORKSFORME → DUPLICATE
Comment hidden (Intermittent Failures Robot) |
Comment 10•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/normandy
https://github.com/mozilla/normandy/commit/c81ea14af96735d4b85b9e98e1df032712ccc889
Merge #1155
1155: #1111: Paused enrollment indicator r=mythmon a=andymikulski
Fixes #1111 (mostly)
Ticket #1111 requests an indicator on the recipe details page for 'paused enrollment', however this data already exists on the page:
![screen shot 2017-12-18 at 12 41 15 pm](https://user-images.githubusercontent.com/2767162/34127993-699be8c0-e3fc-11e7-90b8-0b530dd5f3b9.png)
The ticket requested adding this info to the listing page, which this PR does:
![screen shot 2017-12-18 at 2 03 39 pm](https://user-images.githubusercontent.com/2767162/34128020-7d573e6e-e3fc-11e7-81b0-dde2c0233b59.png)
This should, for the most part, close #1111, as the 'paused' status is now available on the `listing`, `details`, and `edit` pages.
You need to log in
before you can comment on or make changes to this bug.
Description
•