You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Stefan Bohn (JIRA)" <ji...@apache.org> on 2009/08/05 13:46:14 UTC

[jira] Created: (JSPWIKI-585) overflow:auto breaks FullRecentChanges

overflow:auto breaks FullRecentChanges
--------------------------------------

                 Key: JSPWIKI-585
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-585
             Project: JSPWiki
          Issue Type: Bug
          Components: Default template
    Affects Versions: 2.8.2
         Environment: JSPWIki 2.8.2, Firefox 3.5.1
            Reporter: Stefan Bohn
            Priority: Trivial


html > body #previewcontent, html > body #info, html > body #pagecontent, html > body #attach, html > body #findcontent
{
overflow:auto
}

breaks FullRecentChanges. 

The whole table is generated, but only the first part is displayed correctly.
The page is as long as the whole table, but after the first shown part, all table rows are not visible, so the page is white.

Testing with Firebug and disabling the mentioned css shows the full table. But may break other styles...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (JSPWIKI-585) overflow:auto breaks FullRecentChanges

Posted by "Dirk Frederickx (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dirk Frederickx closed JSPWIKI-585.
-----------------------------------

    Fix Version/s:     (was: 3.0)
       Resolution: Fixed

Retested and ok on Windows (running on mac vm) with FF and Chrome.
Tested against jspwiki.org which is currently on v2.8.4-svn-9.


dirk

> overflow:auto breaks FullRecentChanges
> --------------------------------------
>
>                 Key: JSPWIKI-585
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-585
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Default template
>    Affects Versions: 2.8.2
>         Environment: JSPWIki 2.8.2, Firefox 3.5.1
>            Reporter: Stefan Bohn
>            Assignee: Dirk Frederickx
>            Priority: Trivial
>             Fix For: 2.8.4
>
>         Attachments: screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg, screenshot-4.png
>
>
> html > body #previewcontent, html > body #info, html > body #pagecontent, html > body #attach, html > body #findcontent
> {
> overflow:auto
> }
> breaks FullRecentChanges. 
> The whole table is generated, but only the first part is displayed correctly.
> The page is as long as the whole table, but after the first shown part, all table rows are not visible, so the page is white.
> Testing with Firebug and disabling the mentioned css shows the full table. But may break other styles...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JSPWIKI-585) overflow:auto breaks FullRecentChanges

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Holeczek updated JSPWIKI-585:
-------------------------------------

    Fix Version/s:     (was: 2.8.3)
                   2.8.4

> overflow:auto breaks FullRecentChanges
> --------------------------------------
>
>                 Key: JSPWIKI-585
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-585
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Default template
>    Affects Versions: 2.8.2
>         Environment: JSPWIki 2.8.2, Firefox 3.5.1
>            Reporter: Stefan Bohn
>            Assignee: Dirk Frederickx
>            Priority: Trivial
>             Fix For: 2.8.4, 3.0
>
>         Attachments: screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg, screenshot-4.png
>
>
> html > body #previewcontent, html > body #info, html > body #pagecontent, html > body #attach, html > body #findcontent
> {
> overflow:auto
> }
> breaks FullRecentChanges. 
> The whole table is generated, but only the first part is displayed correctly.
> The page is as long as the whole table, but after the first shown part, all table rows are not visible, so the page is white.
> Testing with Firebug and disabling the mentioned css shows the full table. But may break other styles...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JSPWIKI-585) overflow:auto breaks FullRecentChanges

Posted by "Dirk Frederickx (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dirk Frederickx resolved JSPWIKI-585.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0
                   2.8.3

Fixed scroll issues with css overflow on Safari and IE. Hopefully also fixes the FF issues, which I couldn't reproduce. 
Plse confirm on FF. 

dirk

> overflow:auto breaks FullRecentChanges
> --------------------------------------
>
>                 Key: JSPWIKI-585
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-585
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Default template
>    Affects Versions: 2.8.2
>         Environment: JSPWIki 2.8.2, Firefox 3.5.1
>            Reporter: Stefan Bohn
>            Assignee: Dirk Frederickx
>            Priority: Trivial
>             Fix For: 2.8.3, 3.0
>
>         Attachments: screenshot-1.jpg, screenshot-2.jpg
>
>
> html > body #previewcontent, html > body #info, html > body #pagecontent, html > body #attach, html > body #findcontent
> {
> overflow:auto
> }
> breaks FullRecentChanges. 
> The whole table is generated, but only the first part is displayed correctly.
> The page is as long as the whole table, but after the first shown part, all table rows are not visible, so the page is white.
> Testing with Firebug and disabling the mentioned css shows the full table. But may break other styles...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JSPWIKI-585) overflow:auto breaks FullRecentChanges

Posted by "Juan Pablo Santos Rodríguez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juan Pablo Santos Rodríguez updated JSPWIKI-585:
------------------------------------------------

    Attachment: screenshot-4.png

screenshot of http://www.jspwiki.org/wiki/FullRecentChanges with ubuntu/ffx-3.0.15

> overflow:auto breaks FullRecentChanges
> --------------------------------------
>
>                 Key: JSPWIKI-585
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-585
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Default template
>    Affects Versions: 2.8.2
>         Environment: JSPWIki 2.8.2, Firefox 3.5.1
>            Reporter: Stefan Bohn
>            Assignee: Dirk Frederickx
>            Priority: Trivial
>             Fix For: 2.8.3, 3.0
>
>         Attachments: screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg, screenshot-4.png
>
>
> html > body #previewcontent, html > body #info, html > body #pagecontent, html > body #attach, html > body #findcontent
> {
> overflow:auto
> }
> breaks FullRecentChanges. 
> The whole table is generated, but only the first part is displayed correctly.
> The page is as long as the whole table, but after the first shown part, all table rows are not visible, so the page is white.
> Testing with Firebug and disabling the mentioned css shows the full table. But may break other styles...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JSPWIKI-585) overflow:auto breaks FullRecentChanges

Posted by "Stefan Bohn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Bohn updated JSPWIKI-585:
--------------------------------

    Attachment: screenshot-2.jpg

second screen shows, that all following <tr>s are rendered right outside (the blue highlighted box) of the visible content area 

> overflow:auto breaks FullRecentChanges
> --------------------------------------
>
>                 Key: JSPWIKI-585
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-585
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Default template
>    Affects Versions: 2.8.2
>         Environment: JSPWIki 2.8.2, Firefox 3.5.1
>            Reporter: Stefan Bohn
>            Priority: Trivial
>         Attachments: screenshot-1.jpg, screenshot-2.jpg
>
>
> html > body #previewcontent, html > body #info, html > body #pagecontent, html > body #attach, html > body #findcontent
> {
> overflow:auto
> }
> breaks FullRecentChanges. 
> The whole table is generated, but only the first part is displayed correctly.
> The page is as long as the whole table, but after the first shown part, all table rows are not visible, so the page is white.
> Testing with Firebug and disabling the mentioned css shows the full table. But may break other styles...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JSPWIKI-585) overflow:auto breaks FullRecentChanges

Posted by "Stefan Bohn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Bohn updated JSPWIKI-585:
--------------------------------

    Attachment: screenshot-1.jpg

I made a screenshot with firebug open, so you can see there are a lot more <tr>-entries

> overflow:auto breaks FullRecentChanges
> --------------------------------------
>
>                 Key: JSPWIKI-585
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-585
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Default template
>    Affects Versions: 2.8.2
>         Environment: JSPWIki 2.8.2, Firefox 3.5.1
>            Reporter: Stefan Bohn
>            Priority: Trivial
>         Attachments: screenshot-1.jpg
>
>
> html > body #previewcontent, html > body #info, html > body #pagecontent, html > body #attach, html > body #findcontent
> {
> overflow:auto
> }
> breaks FullRecentChanges. 
> The whole table is generated, but only the first part is displayed correctly.
> The page is as long as the whole table, but after the first shown part, all table rows are not visible, so the page is white.
> Testing with Firebug and disabling the mentioned css shows the full table. But may break other styles...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JSPWIKI-585) overflow:auto breaks FullRecentChanges

Posted by "Stefan Bohn (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12780600#action_12780600 ] 

Stefan Bohn commented on JSPWIKI-585:
-------------------------------------

OK, at home, Vista Home Premium and FF 3.5.5 shows the same behavior than with WindowsXP. With Kubuntu 9.10 and FF 3.5.5 the page is shown correctly.

Seems to be a Windows FF bug.

> overflow:auto breaks FullRecentChanges
> --------------------------------------
>
>                 Key: JSPWIKI-585
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-585
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Default template
>    Affects Versions: 2.8.2
>         Environment: JSPWIki 2.8.2, Firefox 3.5.1
>            Reporter: Stefan Bohn
>            Assignee: Dirk Frederickx
>            Priority: Trivial
>             Fix For: 2.8.3, 3.0
>
>         Attachments: screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg, screenshot-4.png
>
>
> html > body #previewcontent, html > body #info, html > body #pagecontent, html > body #attach, html > body #findcontent
> {
> overflow:auto
> }
> breaks FullRecentChanges. 
> The whole table is generated, but only the first part is displayed correctly.
> The page is as long as the whole table, but after the first shown part, all table rows are not visible, so the page is white.
> Testing with Firebug and disabling the mentioned css shows the full table. But may break other styles...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JSPWIKI-585) overflow:auto breaks FullRecentChanges

Posted by "Dirk Frederickx (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739663#action_12739663 ] 

Dirk Frederickx commented on JSPWIKI-585:
-----------------------------------------


I can't reproduce the problem: both on Safari and Firefox the table is rendered 100%
Could you attach a screenshot or so, to indicate what display issue you are seeing?

dirk

> overflow:auto breaks FullRecentChanges
> --------------------------------------
>
>                 Key: JSPWIKI-585
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-585
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Default template
>    Affects Versions: 2.8.2
>         Environment: JSPWIki 2.8.2, Firefox 3.5.1
>            Reporter: Stefan Bohn
>            Priority: Trivial
>
> html > body #previewcontent, html > body #info, html > body #pagecontent, html > body #attach, html > body #findcontent
> {
> overflow:auto
> }
> breaks FullRecentChanges. 
> The whole table is generated, but only the first part is displayed correctly.
> The page is as long as the whole table, but after the first shown part, all table rows are not visible, so the page is white.
> Testing with Firebug and disabling the mentioned css shows the full table. But may break other styles...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JSPWIKI-585) overflow:auto breaks FullRecentChanges

Posted by "Stefan Bohn (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12780568#action_12780568 ] 

Stefan Bohn commented on JSPWIKI-585:
-------------------------------------

Thanks for this update. I had cleared the cache. I just noticed, that jspwiki.org has not been updated, so our latest screenshots were taken with the old "overflow"-param, not with the fix "overflow-y". That means, this could be an issue with my machine here at work. I will try it later at home.

> overflow:auto breaks FullRecentChanges
> --------------------------------------
>
>                 Key: JSPWIKI-585
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-585
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Default template
>    Affects Versions: 2.8.2
>         Environment: JSPWIki 2.8.2, Firefox 3.5.1
>            Reporter: Stefan Bohn
>            Assignee: Dirk Frederickx
>            Priority: Trivial
>             Fix For: 2.8.3, 3.0
>
>         Attachments: screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg, screenshot-4.png
>
>
> html > body #previewcontent, html > body #info, html > body #pagecontent, html > body #attach, html > body #findcontent
> {
> overflow:auto
> }
> breaks FullRecentChanges. 
> The whole table is generated, but only the first part is displayed correctly.
> The page is as long as the whole table, but after the first shown part, all table rows are not visible, so the page is white.
> Testing with Firebug and disabling the mentioned css shows the full table. But may break other styles...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JSPWIKI-585) overflow:auto breaks FullRecentChanges

Posted by "Juan Pablo Santos Rodríguez (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12780503#action_12780503 ] 

Juan Pablo Santos Rodríguez commented on JSPWIKI-585:
-----------------------------------------------------

Hi,

I can't reproduce the issue, the full page is rendered (see attached screenshot). Have you cleared your browser's cache?

regards,
juan pablo

> overflow:auto breaks FullRecentChanges
> --------------------------------------
>
>                 Key: JSPWIKI-585
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-585
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Default template
>    Affects Versions: 2.8.2
>         Environment: JSPWIki 2.8.2, Firefox 3.5.1
>            Reporter: Stefan Bohn
>            Assignee: Dirk Frederickx
>            Priority: Trivial
>             Fix For: 2.8.3, 3.0
>
>         Attachments: screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg
>
>
> html > body #previewcontent, html > body #info, html > body #pagecontent, html > body #attach, html > body #findcontent
> {
> overflow:auto
> }
> breaks FullRecentChanges. 
> The whole table is generated, but only the first part is displayed correctly.
> The page is as long as the whole table, but after the first shown part, all table rows are not visible, so the page is white.
> Testing with Firebug and disabling the mentioned css shows the full table. But may break other styles...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JSPWIKI-585) overflow:auto breaks FullRecentChanges

Posted by "Stefan Bohn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Bohn updated JSPWIKI-585:
--------------------------------

    Attachment: screenshot-3.jpg

A current screenshot of http://www.jspwiki.org/wiki/FullRecentChanges

> overflow:auto breaks FullRecentChanges
> --------------------------------------
>
>                 Key: JSPWIKI-585
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-585
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Default template
>    Affects Versions: 2.8.2
>         Environment: JSPWIki 2.8.2, Firefox 3.5.1
>            Reporter: Stefan Bohn
>            Assignee: Dirk Frederickx
>            Priority: Trivial
>             Fix For: 2.8.3, 3.0
>
>         Attachments: screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg
>
>
> html > body #previewcontent, html > body #info, html > body #pagecontent, html > body #attach, html > body #findcontent
> {
> overflow:auto
> }
> breaks FullRecentChanges. 
> The whole table is generated, but only the first part is displayed correctly.
> The page is as long as the whole table, but after the first shown part, all table rows are not visible, so the page is white.
> Testing with Firebug and disabling the mentioned css shows the full table. But may break other styles...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (JSPWIKI-585) overflow:auto breaks FullRecentChanges

Posted by "Stefan Bohn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Bohn reopened JSPWIKI-585:
---------------------------------


With the release of 2.8.3 I tested again.

I still got the blank bottom as seen in the screenshots. 

FF 3.5.4 on WindowsXP SP2

> overflow:auto breaks FullRecentChanges
> --------------------------------------
>
>                 Key: JSPWIKI-585
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-585
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Default template
>    Affects Versions: 2.8.2
>         Environment: JSPWIki 2.8.2, Firefox 3.5.1
>            Reporter: Stefan Bohn
>            Assignee: Dirk Frederickx
>            Priority: Trivial
>             Fix For: 2.8.3, 3.0
>
>         Attachments: screenshot-1.jpg, screenshot-2.jpg
>
>
> html > body #previewcontent, html > body #info, html > body #pagecontent, html > body #attach, html > body #findcontent
> {
> overflow:auto
> }
> breaks FullRecentChanges. 
> The whole table is generated, but only the first part is displayed correctly.
> The page is as long as the whole table, but after the first shown part, all table rows are not visible, so the page is white.
> Testing with Firebug and disabling the mentioned css shows the full table. But may break other styles...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.