#5236 closed defect (fixed)
IE7 TitlePane tundra render issues
Reported by: | dante | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.0.2 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dijit.TitlePane? in IE7 renders strangely. The title height is twice what it should be, as the arrow node is not floating on the right, and the title is pushed down one line.
Change History (4)
comment:1 Changed 13 years ago by
Owner: | set to dante |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Milestone: | 1.1 → 1.0.2 |
---|
Note: See
TracTickets for help on using
tickets.
Weird, IE DOM explorer says that the arrow has
float: right
. Maybe the <div> following the arrow is (for some reason) too wide to fit beside it, but I'm not sure why. Or maybe it's the zoom: 100% on the arrow node.