[jbosstools-issues] [JBoss JIRA] (JBDS-1829) CLONE - Navigation between links on welcome screen should be uninterrupted

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Thu Mar 1 17:17:37 EST 2012


    [ https://issues.jboss.org/browse/JBDS-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672945#comment-12672945 ] 

Victor Rubezhny edited comment on JBDS-1829 at 3/1/12 5:16 PM:
---------------------------------------------------------------

Denis, 

could you insert the following piece of css into themes/jbds/html/root4.css:

{code}
/*
 * to disable scrollbars in both IE and Mozilla
 */
html,body { overflow: hidden; }
html>body { overflow: hidden; }
{code}

(This code disables the scrollbars on the page, and this solves the floating white footer problem in Mozilla.)

Then verify it in environments available to you, please.

                
      was (Author: vrubezhny):
    Denis, 

could you insert the following piece of css into themes/jbds/html/root4.css:

{code}
/*
 * to disablet scrollbars in both IE and Mozilla
 */
html,body { overflow: hidden; }
html>body { overflow: hidden; }
{code}

(This code disables the scrollbars on the page, and this solves the floating white footer problem in Mozilla.)

Then verify it in environments available to you, please.

                  
> CLONE - Navigation between links on welcome screen should be uninterrupted
> --------------------------------------------------------------------------
>
>                 Key: JBDS-1829
>                 URL: https://issues.jboss.org/browse/JBDS-1829
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: ui/branding
>            Reporter: Lukas Jungmann
>            Assignee: Victor Rubezhny
>            Priority: Minor
>             Fix For: 5.0.0.Beta1
>
>         Attachments: dotrectangleissue.png, whitestripissue.png
>
>
> -shrink the JBDS window a bit and click on links on the welcome screen
> I can see two issues here:
> -the loading of the link should be uninterrupted, as of now one can see white/empty page between clicking on the link and displaying the contents of the link
> -the white strip (the one containing the RH and JBoss logos) does not have fixed position at the bottom of the window, ie if one needs to scroll, he may not be able to follow link hidden by the strip
> video from ubuntu 10.10 is attached

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list