You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Vincent van den Noort (JIRA)" <ji...@apache.org> on 2006/10/26 11:00:19 UTC

[jira] Created: (WICKET-18) Make modal window non-modal

Make modal window non-modal
---------------------------

                 Key: WICKET-18
                 URL: http://issues.apache.org/jira/browse/WICKET-18
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-extensions
    Affects Versions: 1.2.3
            Reporter: Vincent van den Noort
         Attachments: patch.txt

We have the requirement for a pop-up div that is not modal. Supplied patch creates a non-modal window, allowing users to drag the window and work with the underlying page.

Missing feature: correctly detect and track multiple window instances

works for both panel and page variants

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WICKET-18) Make modal window non-modal

Posted by "Vincent van den Noort (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/WICKET-18?page=all ]

Vincent van den Noort updated WICKET-18:
----------------------------------------

    Attachment: patch.txt

> Make modal window non-modal
> ---------------------------
>
>                 Key: WICKET-18
>                 URL: http://issues.apache.org/jira/browse/WICKET-18
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.2.3
>            Reporter: Vincent van den Noort
>         Attachments: patch.txt, patch.txt
>
>
> We have the requirement for a pop-up div that is not modal. Supplied patch creates a non-modal window, allowing users to drag the window and work with the underlying page.
> Missing feature: correctly detect and track multiple window instances
> works for both panel and page variants

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WICKET-18) Make modal window non-modal

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/WICKET-18?page=comments#action_12449371 ] 
            
Martijn Dashorst commented on WICKET-18:
----------------------------------------

Implemented in my local workspace, now testing it.

> Make modal window non-modal
> ---------------------------
>
>                 Key: WICKET-18
>                 URL: http://issues.apache.org/jira/browse/WICKET-18
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.2.3
>            Reporter: Vincent van den Noort
>         Assigned To: Martijn Dashorst
>         Attachments: patch.txt
>
>
> We have the requirement for a pop-up div that is not modal. Supplied patch creates a non-modal window, allowing users to drag the window and work with the underlying page.
> Missing feature: correctly detect and track multiple window instances
> works for both panel and page variants

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WICKET-18) Make modal window non-modal

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/WICKET-18?page=all ]

Martijn Dashorst updated WICKET-18:
-----------------------------------

    Attachment:     (was: patch.txt)

> Make modal window non-modal
> ---------------------------
>
>                 Key: WICKET-18
>                 URL: http://issues.apache.org/jira/browse/WICKET-18
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.2.3
>            Reporter: Vincent van den Noort
>         Attachments: patch.txt
>
>
> We have the requirement for a pop-up div that is not modal. Supplied patch creates a non-modal window, allowing users to drag the window and work with the underlying page.
> Missing feature: correctly detect and track multiple window instances
> works for both panel and page variants

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (WICKET-18) Make modal window non-modal

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/WICKET-18?page=all ]

Martijn Dashorst reassigned WICKET-18:
--------------------------------------

    Assignee: Martijn Dashorst

> Make modal window non-modal
> ---------------------------
>
>                 Key: WICKET-18
>                 URL: http://issues.apache.org/jira/browse/WICKET-18
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.2.3
>            Reporter: Vincent van den Noort
>         Assigned To: Martijn Dashorst
>         Attachments: patch.txt
>
>
> We have the requirement for a pop-up div that is not modal. Supplied patch creates a non-modal window, allowing users to drag the window and work with the underlying page.
> Missing feature: correctly detect and track multiple window instances
> works for both panel and page variants

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WICKET-18) Make modal window non-modal

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499501 ] 

Martijn Dashorst commented on WICKET-18:
----------------------------------------

Matej, what do you think of adding this to extensions? Or refactor the modal window into a AbstractWindow and make a Window/ModalWindow subclass hierarchy?

> Make modal window non-modal
> ---------------------------
>
>                 Key: WICKET-18
>                 URL: https://issues.apache.org/jira/browse/WICKET-18
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.2.3
>            Reporter: Vincent van den Noort
>            Assignee: Martijn Dashorst
>         Attachments: patch.txt
>
>
> We have the requirement for a pop-up div that is not modal. Supplied patch creates a non-modal window, allowing users to drag the window and work with the underlying page.
> Missing feature: correctly detect and track multiple window instances
> works for both panel and page variants

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


[jira] Updated: (WICKET-18) Make modal window non-modal

Posted by "Vincent van den Noort (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/WICKET-18?page=all ]

Vincent van den Noort updated WICKET-18:
----------------------------------------

    Attachment: patch.txt

> Make modal window non-modal
> ---------------------------
>
>                 Key: WICKET-18
>                 URL: http://issues.apache.org/jira/browse/WICKET-18
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.2.3
>            Reporter: Vincent van den Noort
>         Attachments: patch.txt
>
>
> We have the requirement for a pop-up div that is not modal. Supplied patch creates a non-modal window, allowing users to drag the window and work with the underlying page.
> Missing feature: correctly detect and track multiple window instances
> works for both panel and page variants

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WICKET-18) Make modal window non-modal

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485066 ] 

Eelco Hillenius commented on WICKET-18:
---------------------------------------

A non-modal modal window... :) Seriously, should the name be changed if this patch would be accepted?

Also, I'm wondering - though without taking a look at the patch - if this is not going to be too much of a kitchen sink component. I mean, there's tons of options out there for internal popups in Javascript libs such as YUI or Dojo and such... at some point we should choose between keeping a component simple and focussed or being a thing that does the dishes and ironing on top of being a modal window.

I don't feel that strongly about it, as I'm not the unlucky bastard maintaining it at this point, but I can totally imagine this feature opening the way for newer, crazier feature requests.

Just my 2c.

> Make modal window non-modal
> ---------------------------
>
>                 Key: WICKET-18
>                 URL: https://issues.apache.org/jira/browse/WICKET-18
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.2.3
>            Reporter: Vincent van den Noort
>         Assigned To: Martijn Dashorst
>         Attachments: patch.txt
>
>
> We have the requirement for a pop-up div that is not modal. Supplied patch creates a non-modal window, allowing users to drag the window and work with the underlying page.
> Missing feature: correctly detect and track multiple window instances
> works for both panel and page variants

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