Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02, 4.0
-
Fix Version/s: EE-3.3.0.GA_P03, 4.1
-
Component/s: ICECORE-Components
-
Labels:None
-
Environment:EE-3.3.0.GA_P03 rev. 41837/ IF4 trunk rev. 44662
Browsers: IE7, IE8
Server: Tomcat7
-
Assignee Priority:P1
Description
1) QA test app:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Manual/config
Test page: /ICE-10632.jsf
This test fails in IE7/IE8, it does not change the color on page when clicking any of the buttons; also an issue on IF4 trunk.
Not an issue in IE9/10/11, FF34, Chrome42.
2) The 3.3.x and 4.x tlddoc pages for icecore:config do not have all the attributes; missing attributes are: blockUIOnSubmit, lazyPush, subtreeDiff.
http://res.icesoft.org/docs/v3_latest/core/comps/tld/
http://res.icesoft.org/docs/v4_latest/core/comps/tld/
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Manual/config
Test page: /
This test fails in IE7/IE8, it does not change the color on page when clicking any of the buttons; also an issue on IF4 trunk.
Not an issue in IE9/10/11, FF34, Chrome42.
2) The 3.3.x and 4.x tlddoc pages for icecore:config do not have all the attributes; missing attributes are: blockUIOnSubmit, lazyPush, subtreeDiff.
http://res.icesoft.org/docs/v3_latest/core/comps/tld/
http://res.icesoft.org/docs/v4_latest/core/comps/tld/
Activity
Carmen Cristurean
created issue -
Ken Fyten
made changes -
Priority | Major [ 3 ] | Minor [ 4 ] |
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
Assignee | Mircea Toma [ mircea.toma ] |
Ken Fyten
made changes -
Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] | |
Affects Version/s | EE-3.3.0.GA_P02 [ 11371 ] | |
Affects Version/s | EE-3.3.0.GA_P03 [ 11572 ] |
Ken Fyten
made changes -
Assignee Priority | P2 [ 10011 ] |
Carmen Cristurean
made changes -
Description |
1) QA test app:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Manual/config Test page: / This test fails in IE7/IE8, it does not change the color on page when clicking the pushButton; also an issue on IF4 trunk. Not an issue in IE9/10/11, FF34, Chrome42. 2) The 3.3.x and 4.x tlddoc pages for icecore:config do not have all the attributes; missing attributes are: blockUIOnSubmit, lazyPush, subtreeDiff. http://res.icesoft.org/docs/v3_latest/core/comps/tld/ http://res.icesoft.org/docs/v4_latest/core/comps/tld/ |
1) QA test app:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Manual/config Test page: / This test fails in IE7/IE8, it does not change the color on page when clicking any of the buttons; also an issue on IF4 trunk. Not an issue in IE9/10/11, FF34, Chrome42. 2) The 3.3.x and 4.x tlddoc pages for icecore:config do not have all the attributes; missing attributes are: blockUIOnSubmit, lazyPush, subtreeDiff. http://res.icesoft.org/docs/v3_latest/core/comps/tld/ http://res.icesoft.org/docs/v4_latest/core/comps/tld/ |
Ken Fyten
made changes -
Assignee Priority | P2 [ 10011 ] | P1 [ 10010 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44734 | Thu May 21 10:54:13 MDT 2015 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/javascript/blockui.js
|
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Security | Private [ 10001 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Added div overlay to allow CSS styling occur since the iframe overlay cannot be styled in IE7/8. The iframe overlay is still kept to block UI interaction. Also fixed overlay height calculation in IE7.