Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: 2.1-Beta
-
Fix Version/s: 2.1-Beta
-
Component/s: ACE-Components
-
Labels:None
-
Environment:icefaces-ee\scratchpads\grimlock\icefaces Revision#: 25582
tomcat 6.0.26
Internet Explorer 7.0.5730.13
-
Assignee Priority:P2
Description
I've found that when testing various ACE components (ACE:Dialog, ACE:ConfirmDialog, ACE:Panel), the header doesn't style properly when the component is in a UIRepeat. This is only in IE.
The test pages for these components are located at: repo\qa\trunk\Regression-Icefaces2\Sparkle\
I've attached some screenshots.
The test pages for these components are located at: repo\qa\trunk\Regression-Icefaces2\Sparkle\
I've attached some screenshots.
Activity
Cruz Miraback
created issue -
Cruz Miraback
made changes -
Cruz Miraback
made changes -
Salesforce Case | [] | |
Description |
I've found that when testing various ACE components (ACE:Dialog, ACE:ConfirmDialog, ACE:Panel), the header doesn't style properly when the component is in a UIRepeat. This is only in IE. I've attached some screenshots. |
I've found that when testing various ACE components (ACE:Dialog, ACE:ConfirmDialog, ACE:Panel), the header doesn't style properly when the component is in a UIRepeat. This is only in IE. The test pages for these components are located at: repo\qa\trunk\Regression-Icefaces2\Sparkle\ I've attached some screenshots. |
Ken Fyten
made changes -
Salesforce Case | [] | |
Assignee Priority | P2 | |
Assignee | Arturo Zambrano [ artzambrano ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 2.1-Beta [ 10291 ] | |
Fix Version/s | 2.1 [ 10241 ] | |
Affects Version/s | 2.1-Beta [ 10291 ] | |
Affects Version/s | 2.1 [ 10241 ] |
Ken Fyten
made changes -
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Invalid [ 6 ] |
The issue doesn't seem to have anything to do with ui:repeat. The problem seemed to be with the test page. I added a stand-alone ui:panel to the ui:repeat test page and that panel also didn't have the correct styling. Then, I removed the ui:repeat block from the page and the stand-alone panel left still didn't have the correct styling. The difference between this test page and the other pages was that it didn't have a DOCTYPE declaration at the top. When I added these lines at the top of the page...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
...the problem was fixed for panels inside or outside of ui:repeat.