ICEfaces
  1. ICEfaces
  2. ICE-7607

showcase - ace:linkButton & ace:pushButton do not render properly in IE browsers

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.0.RC2
    • Fix Version/s: 3.0
    • Component/s: Sample Apps
    • Labels:
      None
    • Environment:
      Browsers: IE 7/8/9
      Code Rev: 3.0.0.RC2 build 8
      Server: Tomcat 7
    • Assignee Priority:
      P1

      Description

      These two components do not render properly when first loading their pages in the showcase application:
      http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=linkButton
      http://localhost:8080/showcase/showcase.jsf?grp=aceMenu&exp=pushButton

      IE 7:
      ace:pushButton & ace:linkButton - Overview : when first loading the page the component is not rendered on the page inside the tab.

      IE 8:
      ace:pushButton & ace:linkButton - Overview : when first loading the page the component render over the tabs (screen shots attached). After switching tabs, or just moving the mouse over the page in case of the pushButton, they will be in the right place on the page.

      IE 9: both components render in the wrong place when first loading the page.

        Issue Links

          Activity

          Show
          Nils Lundquist added a comment - http://social.msdn.microsoft.com/Forums/en-SG/iewebdevelopment/thread/267ec272-7976-4062-9993-b107af87b1b9 possibly related.
          Hide
          Cruz Miraback added a comment -

          I've attached a war file that is potentially related to this problem.
          This test app has some h:inputText components inside an ace:tabSet. The input components aren't visible until switching tabs.

          Show
          Cruz Miraback added a comment - I've attached a war file that is potentially related to this problem. This test app has some h:inputText components inside an ace:tabSet. The input components aren't visible until switching tabs.
          Hide
          Nils Lundquist added a comment - - edited

          26336
          11-11-12 5:59 AM
          mark.collette
          ICE-6738 : Add client-side cache support for ace:tabPane within a 'clientSide=false'

          Is the Grimlock revision causing this regression.

          actual JIRA number is ICE-6728

          Show
          Nils Lundquist added a comment - - edited 26336 11-11-12 5:59 AM mark.collette ICE-6738 : Add client-side cache support for ace:tabPane within a 'clientSide=false' Is the Grimlock revision causing this regression. actual JIRA number is ICE-6728
          Hide
          Nils Lundquist added a comment -

          .yui-navset .yui-content .ui-tabs-hide

          { border:0; height:0; width:0; position:absolute; left:-999999px; overflow:hidden; visibility:hidden; padding:0; }

          Is the specific rule causing this error. Trying to look into its usage is difficult however. It is only referenced in code once, in JS, and there it is suppled to the YUI Tab object, which as far as i can tell never uses it again explicitly. It is also referenced a second time in JS, but this has been commented out.

          Is this even needed?

          Show
          Nils Lundquist added a comment - .yui-navset .yui-content .ui-tabs-hide { border:0; height:0; width:0; position:absolute; left:-999999px; overflow:hidden; visibility:hidden; padding:0; } Is the specific rule causing this error. Trying to look into its usage is difficult however. It is only referenced in code once, in JS, and there it is suppled to the YUI Tab object, which as far as i can tell never uses it again explicitly. It is also referenced a second time in JS, but this has been commented out. Is this even needed?
          Hide
          Nils Lundquist added a comment -

          Tentatively fixed by reverting the styling rule in question. Still await Marks input about possible regressions caused by this change.

          Show
          Nils Lundquist added a comment - Tentatively fixed by reverting the styling rule in question. Still await Marks input about possible regressions caused by this change.
          Hide
          Mark Collette added a comment -

          It should be fine pulling out some of that styling. Really, as long as it passes testing in all browsers, we're good to go.

          Show
          Mark Collette added a comment - It should be fine pulling out some of that styling. Really, as long as it passes testing in all browsers, we're good to go.
          Hide
          Carmen Cristurean added a comment -

          I re-tested the showcase app with ICEfaces3 trunk revision 27232, in IE7 and IE8, and found this issue has been resolved.

          Show
          Carmen Cristurean added a comment - I re-tested the showcase app with ICEfaces3 trunk revision 27232, in IE7 and IE8, and found this issue has been resolved.

            People

            • Assignee:
              Nils Lundquist
              Reporter:
              Carmen Cristurean
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: