#5371 closed defect (fixed)
Set opacity IE 100% sometimes looks fuzzy
Reported by: | guest | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | HTML | Version: | 1.0 |
Keywords: | base opacity | Cc: | |
Blocked By: | Blocking: |
Description
When you set the opacity to 1 in IE the css property needs to be removed. If there is only one property then the regular expression does not work properly, beacuse there is no semi colon. This can be fixed on the two line in the html.js file http://trac.dojotoolkit.org/browser/dojo/trunk/_base/html.js?rev=11755#L364 that have the regex by putting a ? after the semicolon.
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Component: | General → HTML |
---|---|
Milestone: | → 1.1 |
Priority: | highest → normal |
severity: | critical → normal |
Summary: | Set opacity IE 100% → Set opacity IE 100% sometimes looks fuzzy |
Note: See
TracTickets for help on using
tickets.
(In [11859]) Fix regex for removing opacity FILTER() clause when opacity==100%. Fixes #5371, refs #2661.