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
Cruz Miraback
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Assignee Priority | P3 [ 10012 ] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Won't Fix [ 2 ] |
Ken Fyten
made changes -
Fix Version/s | 4.0 [ 11382 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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