ICEfaces
  1. ICEfaces
  2. ICE-1738

history-frame iframe causes IE 7 to add padding to top of page

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.5
    • Fix Version/s: 1.6DR#6, 1.6
    • Component/s: Bridge
    • Labels:
      None
    • Environment:
      any icefaces application, IE

      Description

      This issue was first seen in the .org site during early development. I'm currently working on some style sheets fixes for he component showcase and introduced this issue in IE 7.

      When a users navigates from link to link in the navigation tree a white header appears at the top of the page. This can be fixed with a page refresh. I had a fix for this a while back but it broke Safari. The fix is a follows:

      #history-frame{
          display: none;
      }

      I've tested this fix on Safari Beta 3 on Windows and it seems to work well. I need to have a mac person try this fix out by adding the above line to any ICEfaces application css. If I remember correctly, the css managed to mess up dom updates.

      If the fix work then we need to either update the default history-frame iframe style attribute with this additional one. If it doesn't work on Safari then the fix would be best applied to only ie 7 using our outputStyle component.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #14168 Fri Jun 15 15:49:38 MDT 2007 mircea.toma Take the iframe out of the CSS flow -- ICE-1738.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/DOMResponseWriter.java

          People

          • Assignee:
            Unassigned
            Reporter:
            Patrick Corless
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: