#1510 closed defect (wontfix)
ContentPane fails to redraw images properly on browser resize in Firefox
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Exact Scenario:
<style> #mainLayoutContainer { position : relative; width:100%; height:100%; padding:0px; margin:0px; background-color:#FFFFFF; } #topBar { height:22px; text-align: right; background-color:#FFFFFF; } </style> <div id="mainLayoutContainer" dojoType="LayoutContainer" layoutChildPriority='none'> <div id="topBar" dojoType="ContentPane" layoutAlign="top"> <img src="images/login.jpg" /> </div> </div>
From a maximized browser, if you restore to a non maximized window and then mazimizw again, the right aligned image is repeated in both the position it moved to and its original position. Firefox 1.5 - seems ok in IE 6
Attachments (1)
Change History (4)
Changed 16 years ago by
comment:1 Changed 16 years ago by
Milestone: | → 0.4 |
---|
comment:2 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Wow, that's a weird one. I _can_ reproduce it, but clearly this is a mozilla bug, and I can't figure out a good workaround. So I'm gonna punt and say that we can't fix this one. Sorry about that.
Note: See
TracTickets for help on using
tickets.
Example HTML