Opened 15 years ago
Closed 15 years ago
#387 closed defect (fixed)
toolbars disappearing
Reported by: | madair | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | 2.0 |
Component: | Widgets | Version: | 2.0.0-RC1 |
Severity: | Minor | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
the toolbars are being hidden (in FF 3.6 at least) because of a CSS issue: in the jxBar* selectors, there is a comment:
/* much bigger than its container */ width: 10000%;
and it appears that using a value of 10000% is far too baig and ends up hiding the toolbars. Changing this to a smaller big value e.g. 1000% lets the toolbars reappear.
Note:
See TracTickets
for help on using tickets.
fixed at rev 2129