Opened 10 years ago
Closed 9 years ago
#1419 closed defect (fixed)
Stylist only displays one style in IE
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 0.96 |
Component: | Plugins | Version: | trunk |
Severity: | major | Keywords: | |
Cc: |
Description
The first style only is displayed in the list. This is seen easily by comparing the demo examples for .96 and .95, in the latest version the list is truncated after the first style.
Works fine in other browsers.
Change History (4)
comment:1 Changed 10 years ago by guest
comment:2 Changed 10 years ago by guest
This is a hasLayout bug in IE 6 & IE 7. This can be solved by adding the following code just before 'main.appendChild(anch);' on line 218 of the current Stylist.js file (in the Xinha.prototype._fillStylist method).
anch.style.position = 'relative';
comment:3 Changed 10 years ago by guest
The suggested solution by the previous poster worked like a charm for me.
comment:4 Changed 9 years ago by gogo
- Resolution set to fixed
- Status changed from new to closed
Can't see any harm in this fix, so committed in changeset:1218
Note: See
TracTickets for help on using
tickets.
One of my customers ran into this problem as well.
Since I restrict my customers to only allowed styles using Stylist, I regard this issue as quite serious. Much to my surprise, there's been no action since another 'guest' reported this four months ago...
As a 'temporary solution', my customer now uses the 0.95-version of the Stylist plugin code.