Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 4.0.BETA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Icefaces4 trunk revision# 39423
Mojarra 2.2.4
Server: Tomcat7
Browser: IE11 (Doesn't occur in other browsers)
-
Assignee Priority:P3
Description
To reproduce:
1) Build / deploy showcase sample
2) Navigate to ace:dataTable > Find demo
3) Select 'Pulsate' effect
4) Type a search query into the input (eg. 'van')
5) Click 'Find Next'
The row effect will not be displayed (same results as using 'None')
1) Build / deploy showcase sample
2) Navigate to ace:dataTable > Find demo
3) Select 'Pulsate' effect
4) Type a search query into the input (eg. 'van')
5) Click 'Find Next'
The row effect will not be displayed (same results as using 'None')
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
While debugging the Javascript it can be observed that the opacity property of the element that needs to pulsate is dynamically changed without observing any visible changes.
It looks like we hit another IE bug. There are a few 'opacity' related issue recorded officially:
https://connect.microsoft.com/IE/feedback/details/781637/ie-10-problem-in-rendering-the-css-opacity-property
https://connect.microsoft.com/IE/feedback/details/798465/ie11-absolutely-positioned-descendants-of-the-element-with-css-opacity-are-rendered-incorrectly
https://connect.microsoft.com/IE/feedback/details/685500/opacity-applied-incorrectly-to-table-cell