You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Carl Hall (Issue Comment Edited) (JIRA)" <ji...@apache.org> on 2012/01/02 15:50:30 UTC

[jira] [Issue Comment Edited] (RAVE-374) Maximized gadgets partially cover the top left page tabs.

    [ https://issues.apache.org/jira/browse/RAVE-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13178416#comment-13178416 ] 

Carl Hall edited comment on RAVE-374 at 1/2/12 2:48 PM:
--------------------------------------------------------

This is being caused by the CSS that is applied when a widget is maximized (widget-wrapper-canvas). The CSS definition has 'top:51px' which moves the maximized widget frame too high. If the maximized widget should be inside the tabbed area, the CSS should be something more like 'top:72px'. Removing this attribute completely maximizes the widget with the top being the same as the unmaximized widget.

I've attached a patch that sets the top to 72px which places the widget title bar to be inside the tabbed area but just higher the top of the overlay that is applied before the widget is maximized. This was tested in FF 9 and Chome 16.
                
      was (Author: thecarlhall):
    This is being caused by the CSS that is applied when a widget is maximized (widget-wrapper-canvas). The CSS definition has 'top:51px' which moves the maximized widget frame too high. If the maximized widget should be inside the tabbed area, the CSS should be something more like 'top:72px'. Removing this attribute completely maximizes the widget with the top being the same as the unmaximized widget.

I've attached a patch that sets the top to 72px which places the widget title bar to be inside the tabbed area but just higher the top of the overlay that is applied before the widget is maximized.
                  
> Maximized gadgets partially cover the top left page tabs. 
> ----------------------------------------------------------
>
>                 Key: RAVE-374
>                 URL: https://issues.apache.org/jira/browse/RAVE-374
>             Project: Rave
>          Issue Type: Bug
>            Reporter: Marlon Pierce
>         Attachments: rave-374.diff
>
>
> This happens on both Firefox (8.0.1) and Chrome (15.0.x) on Mac.  

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