Changes between Initial Version and Version 1 of Ticket #7394, comment 5
- Timestamp:
- Oct 26, 2012, 10:07:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7394, comment 5
initial v1 1 1 Thanks for taking the time to contribute to the jQuery UI project. Per #8237 this should now be complete. Yes, we are not including the specified syntax for IE8, but everything renders correctly. 2 2 3 Opacity is used within the toolkitsfor displaying widgets in their disabled states as well as for the overlay shown when modal dialogs are displayed. Here is a test case showing every widget that can be disabled in the toolkit in its disabled state - http://jsfiddle.net/tj_vantoll/CFgDL/. It also includes a button that will display a modal dialog so the overlay can be seen. Compare the test case in IE8 and the most recent Chrome and Firefox and there are no visual differences in the opacity displayed.3 Opacity is used within the library for displaying widgets in their disabled states as well as for the overlay shown when modal dialogs are displayed. Here is a test case showing every widget that can be disabled in the toolkit in its disabled state - http://jsfiddle.net/tj_vantoll/CFgDL/. It also includes a button that will display a modal dialog so the overlay can be seen. Compare the test case in IE8 and the most recent Chrome and Firefox and there are no visual differences in the opacity displayed. 4 4 5 5 If you can come up with a test case that shows an issue in IE8 please let us know so we can tackle this. To get you started, use this boilerplate: http://jsfiddle.net/ZgAqH/ Open the link and click to "Fork" (in the top menu) to get started.