Closed
Bug 26048
Opened 26 years ago
Closed 26 years ago
layer background image not redrawing
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: pberry, Assigned: pierre)
References
()
Details
(Keywords: platform-parity)
A background image in a layer will disappear when the browser is resized. This
appears in M13 on Linux. I've tested win32 M13 and it works properly. Mac is
untested. Linux items: enlightenment 0.16.3, October Gnome, gtk 1.2.6, kernel
2.2.14. Other examples: http://www.campsix.com/index.html using css code like
this:
<STYLE TYPE="text/css">
<!--
#left { position:absolute; left:0; top:0;
width:240; height:417; background-image:URL(bg.gif);
layer-background-image:URL(bg.gif);}
//-->
</STYLE>
<DIV ID="left"></DIV>
| Assignee | ||
Comment 1•26 years ago
|
||
Mac and Win32 work. Marked 'pp'. Reassigned to beard to check if it's a known
issue with the View Manager on Linux. If not, I think it should go to pavlov.
Assignee: pierre → beard
Keywords: pp
Comment 2•26 years ago
|
||
There is no linux specific code in view manager. nsViewManager2 has no #ifdefs
for platforms.
Comment 3•26 years ago
|
||
Interesting, I see the symptom under 4.7, but not under viewer on Mac OS.
Assignee: beard → pavlov
Comment 4•26 years ago
|
||
uhh. .this page looks excatly the same in: Mozilla (linux), Mozilla (win32),
NS4.7 (linux), ns4.6 (windows), and IE4 (windows). I get a green box with no
image. Reassigning back to pierre.
Assignee: pavlov → pierre
Comment 5•26 years ago
|
||
is layer-background-image even a valid css property?
Comment 6•26 years ago
|
||
Wait a second guys, the background image *IS* the green box. So, things are
probably fine.
Comment 7•26 years ago
|
||
oh, ok. :)
| Assignee | ||
Comment 8•26 years ago
|
||
It went through CSS, View Manager and Unix folks. Everybody agreed. Closed as
WorksForMe.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•