You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Stan Drozdetski (Created) (JIRA)" <ji...@apache.org> on 2012/03/29 17:32:26 UTC

[jira] [Created] (RAVE-532) Bootstrap-ify widget controls

Bootstrap-ify widget controls
-----------------------------

                 Key: RAVE-532
                 URL: https://issues.apache.org/jira/browse/RAVE-532
             Project: Rave
          Issue Type: Sub-task
            Reporter: Stan Drozdetski


Convert widget controls to use Bootstrap elements (dropdown, specifically).

--
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

        

[jira] [Commented] (RAVE-532) Bootstrap-enable widget controls

Posted by "Kristen Legacy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAVE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13422529#comment-13422529 ] 

Kristen Legacy commented on RAVE-532:
-------------------------------------

I'm not finding any apparent solutions to this since technically, when the user clicks on the gadget, they're clicking in an iframe and the click event is not available to the parent (where the gadget menu is rendered. Any thoughts/suggestion?
                
> Bootstrap-enable widget controls
> --------------------------------
>
>                 Key: RAVE-532
>                 URL: https://issues.apache.org/jira/browse/RAVE-532
>             Project: Rave
>          Issue Type: Sub-task
>          Components: rave-portal
>            Reporter: Stan Drozdetski
>            Assignee: Kristen Legacy
>             Fix For: 0.11
>
>
> Convert widget controls to use Bootstrap elements (dropdown, specifically).

--
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

        

[jira] [Updated] (RAVE-532) Bootstrap-enable widget controls

Posted by "Stan Drozdetski (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAVE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stan Drozdetski updated RAVE-532:
---------------------------------

    Summary: Bootstrap-enable widget controls  (was: Bootstrap-ify widget controls)
    
> Bootstrap-enable widget controls
> --------------------------------
>
>                 Key: RAVE-532
>                 URL: https://issues.apache.org/jira/browse/RAVE-532
>             Project: Rave
>          Issue Type: Sub-task
>          Components: rave-portal
>            Reporter: Stan Drozdetski
>
> Convert widget controls to use Bootstrap elements (dropdown, specifically).

--
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

        

[jira] [Reopened] (RAVE-532) Bootstrap-enable widget controls

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

Stan Drozdetski reopened RAVE-532:
----------------------------------

      Assignee: Kristen Legacy  (was: Anthony Carlucci)

There is an issue with dismissing menus - clicking off into the container works (closes the menu), but clicking within the gadget iframe doesn't.
                
> Bootstrap-enable widget controls
> --------------------------------
>
>                 Key: RAVE-532
>                 URL: https://issues.apache.org/jira/browse/RAVE-532
>             Project: Rave
>          Issue Type: Sub-task
>          Components: rave-portal
>            Reporter: Stan Drozdetski
>            Assignee: Kristen Legacy
>             Fix For: 0.11
>
>
> Convert widget controls to use Bootstrap elements (dropdown, specifically).

--
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

        

[jira] [Commented] (RAVE-532) Bootstrap-enable widget controls

Posted by "Jacob Hilker (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAVE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254677#comment-13254677 ] 

Jacob Hilker commented on RAVE-532:
-----------------------------------

I have submitted a patch for this on the Review Board

https://reviews.apache.org/r/4735/
                
> Bootstrap-enable widget controls
> --------------------------------
>
>                 Key: RAVE-532
>                 URL: https://issues.apache.org/jira/browse/RAVE-532
>             Project: Rave
>          Issue Type: Sub-task
>          Components: rave-portal
>            Reporter: Stan Drozdetski
>
> Convert widget controls to use Bootstrap elements (dropdown, specifically).

--
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

        

[jira] [Commented] (RAVE-532) Bootstrap-enable widget controls

Posted by "Matt Franklin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAVE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13422555#comment-13422555 ] 

Matt Franklin commented on RAVE-532:
------------------------------------

Overlay a div on the iFrame position when the menu is opened.

http://stackoverflow.com/questions/11351726/bootstrap-dropdown-doesnt-collapse-when-clicking-over-iframe
                
> Bootstrap-enable widget controls
> --------------------------------
>
>                 Key: RAVE-532
>                 URL: https://issues.apache.org/jira/browse/RAVE-532
>             Project: Rave
>          Issue Type: Sub-task
>          Components: rave-portal
>            Reporter: Stan Drozdetski
>            Assignee: Kristen Legacy
>             Fix For: 0.11
>
>
> Convert widget controls to use Bootstrap elements (dropdown, specifically).

--
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

        

[jira] [Commented] (RAVE-532) Bootstrap-enable widget controls

Posted by "Stan Drozdetski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAVE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508784#comment-13508784 ] 

Stan Drozdetski commented on RAVE-532:
--------------------------------------

Gadget menus and the menu on the admin interface now look grayed out / inactive.
                
> Bootstrap-enable widget controls
> --------------------------------
>
>                 Key: RAVE-532
>                 URL: https://issues.apache.org/jira/browse/RAVE-532
>             Project: Rave
>          Issue Type: Sub-task
>          Components: rave-portal
>            Reporter: Stan Drozdetski
>            Assignee: Kristen Legacy
>             Fix For: 0.11
>
>         Attachments: RAVE-532.patch
>
>
> Convert widget controls to use Bootstrap elements (dropdown, specifically).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (RAVE-532) Bootstrap-enable widget controls

Posted by "Anthony Carlucci (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAVE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Carlucci reassigned RAVE-532:
-------------------------------------

    Assignee: Anthony Carlucci  (was: Jacob Hilker)
    
> Bootstrap-enable widget controls
> --------------------------------
>
>                 Key: RAVE-532
>                 URL: https://issues.apache.org/jira/browse/RAVE-532
>             Project: Rave
>          Issue Type: Sub-task
>          Components: rave-portal
>            Reporter: Stan Drozdetski
>            Assignee: Anthony Carlucci
>
> Convert widget controls to use Bootstrap elements (dropdown, specifically).

--
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

        

[jira] [Assigned] (RAVE-532) Bootstrap-enable widget controls

Posted by "Jacob Hilker (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAVE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacob Hilker reassigned RAVE-532:
---------------------------------

    Assignee: Jacob Hilker
    
> Bootstrap-enable widget controls
> --------------------------------
>
>                 Key: RAVE-532
>                 URL: https://issues.apache.org/jira/browse/RAVE-532
>             Project: Rave
>          Issue Type: Sub-task
>          Components: rave-portal
>            Reporter: Stan Drozdetski
>            Assignee: Jacob Hilker
>
> Convert widget controls to use Bootstrap elements (dropdown, specifically).

--
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

        

[jira] [Updated] (RAVE-532) Bootstrap-enable widget controls

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

Kristen Legacy updated RAVE-532:
--------------------------------

    Attachment: RAVE-532.patch

Adding overlay to capture iframe click events to collapse gadget menu and JS to remove overlay when clicking anywhere within the parent page. Also sneaking in minor fix to page.jsp (container-fluid div was closed before elements with row-fluid).

https://reviews.apache.org/r/6286/
                
> Bootstrap-enable widget controls
> --------------------------------
>
>                 Key: RAVE-532
>                 URL: https://issues.apache.org/jira/browse/RAVE-532
>             Project: Rave
>          Issue Type: Sub-task
>          Components: rave-portal
>            Reporter: Stan Drozdetski
>            Assignee: Kristen Legacy
>             Fix For: 0.11
>
>         Attachments: RAVE-532.patch
>
>
> Convert widget controls to use Bootstrap elements (dropdown, specifically).

--
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

        

[jira] [Issue Comment Edited] (RAVE-532) Bootstrap-enable widget controls

Posted by "Anthony Carlucci (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAVE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255854#comment-13255854 ] 

Anthony Carlucci edited comment on RAVE-532 at 4/17/12 7:22 PM:
----------------------------------------------------------------

Applied patch submitted by Jacob Hilker to the /bootstrap branch
                
      was (Author: carlucci):
    Applied patch submitted by Jacob Hilker.
                  
> Bootstrap-enable widget controls
> --------------------------------
>
>                 Key: RAVE-532
>                 URL: https://issues.apache.org/jira/browse/RAVE-532
>             Project: Rave
>          Issue Type: Sub-task
>          Components: rave-portal
>            Reporter: Stan Drozdetski
>            Assignee: Anthony Carlucci
>
> Convert widget controls to use Bootstrap elements (dropdown, specifically).

--
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

        

[jira] [Resolved] (RAVE-532) Bootstrap-enable widget controls

Posted by "Anthony Carlucci (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAVE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Carlucci resolved RAVE-532.
-----------------------------------

    Resolution: Fixed

Applied patch submitted by Jacob Hilker.
                
> Bootstrap-enable widget controls
> --------------------------------
>
>                 Key: RAVE-532
>                 URL: https://issues.apache.org/jira/browse/RAVE-532
>             Project: Rave
>          Issue Type: Sub-task
>          Components: rave-portal
>            Reporter: Stan Drozdetski
>            Assignee: Anthony Carlucci
>
> Convert widget controls to use Bootstrap elements (dropdown, specifically).

--
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