You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Johan Compagner <jc...@gmail.com> on 2007/07/29 16:34:26 UTC

Re: [jira] Commented: (WICKET-536) ModalWindow does not function under Opera

does this one work:

http://wicketstuff.org/wicket13/ajax/modal-window|1|

On 7/29/07, Evgeniy Platonov (JIRA) <ji...@apache.org> wrote:
>
>
>     [
> https://issues.apache.org/jira/browse/WICKET-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516221]
>
> Evgeniy Platonov commented on WICKET-536:
> -----------------------------------------
>
> I've checked it after your hint, without wicket:it tags, but unfortunately
> the result was the same.
> I\ve set setStripWicketTags(true) and viewed generated source. There were
> no wiclet:if tags, but this didin't help.
>
> as for block elements, that is my html file fragment (i think it's fine):
>
> <form wicket:id="invoiceForm" action="">
>
>     <div wicket:id="dataTableHolder">
>         <table wicket:id="table" class="dataview"
> cellspacing="0">[table]</table>
>     </div>
>
>     <div wicket:id="modal"></div>
>     <br/>
>     <input type="button" wicket:id="newInvoice"/>
> </form>
>
> > ModalWindow does not function under Opera
> > ------------------------------------------
> >
> >                 Key: WICKET-536
> >                 URL: https://issues.apache.org/jira/browse/WICKET-536
> >             Project: Wicket
> >          Issue Type: Bug
> >          Components: wicket-extensions
> >    Affects Versions: 1.2.6, 1.3.0-beta2
> >         Environment: Version
> > 9.20
> > Build
> > 638
> > Platform
> > Linux
> > System
> > i686, 2.6.20-15-generic
> > Qt library
> > 3.3.7
> > Java
> > Java Runtime Environment installed,
> > Windows XP, Opera 9.22, JDK 1.5.0_09
> >            Reporter: Julian Klappenbach
> >            Assignee: Matej Knopp
> >             Fix For: 1.3.0-rc1
> >
> >
> > Initial ModalWindow appears, but with the title: "Blank Page".  The
> window remains unpopulated.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

Re: [jira] Commented: (WICKET-536) ModalWindow does not function under Opera

Posted by Matej Knopp <ma...@gmail.com>.
Can't do anything about it without a quickstart that demonstrates the behavior.

-Matej

On 7/30/07, Julian Klappenbach <jk...@gmail.com> wrote:
> Show modal dialog with panel works, but closing the panel results in weird
> refresh issues (the entire page does not clear / redraw itself).
>
> Show modal dialog with page comes up with the title "Blank page", and
> permanently shows a "loading" mouse icon.
>
> Again, I'm on Ubuntu FF, using Opera version 9.22, build 655.
>
> On 7/29/07, cwilkes <cw...@ladro.com> wrote:
> >
> >
> > Works for me
> >   9.10 Build 3588 Platform MacOS X System 10.4.9
> >
> > The only issue is that the bottom part of the modal window that's below
> > the
> > last link still appears on the screen after closing the modal window.
> > Switching to another application and then switching back to Opera gets rid
> > of it.
> >
> > Chris
> >
> >
> > does this one work:
> >
> > http://wicketstuff.org/wicket13/ajax/modal-window|1|
> >
> > On 7/29/07, Evgeniy Platonov (JIRA) <ji...@apache.org> wrote:
> > >
> > >
> > >     [
> > >
> > https://issues.apache.org/jira/browse/WICKET-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516221
> > ]
> > >
> > --
> > View this message in context:
> > http://www.nabble.com/Re%3A--jira--Commented%3A-%28WICKET-536%29-ModalWindow-does-not-function-under-Opera-tf4165755.html#a11853184
> > Sent from the Wicket - Dev mailing list archive at Nabble.com.
> >
> >
>

Re: [jira] Commented: (WICKET-536) ModalWindow does not function under Opera

Posted by Julian Klappenbach <jk...@gmail.com>.
Show modal dialog with panel works, but closing the panel results in weird
refresh issues (the entire page does not clear / redraw itself).

Show modal dialog with page comes up with the title "Blank page", and
permanently shows a "loading" mouse icon.

Again, I'm on Ubuntu FF, using Opera version 9.22, build 655.

On 7/29/07, cwilkes <cw...@ladro.com> wrote:
>
>
> Works for me
>   9.10 Build 3588 Platform MacOS X System 10.4.9
>
> The only issue is that the bottom part of the modal window that's below
> the
> last link still appears on the screen after closing the modal window.
> Switching to another application and then switching back to Opera gets rid
> of it.
>
> Chris
>
>
> does this one work:
>
> http://wicketstuff.org/wicket13/ajax/modal-window|1|
>
> On 7/29/07, Evgeniy Platonov (JIRA) <ji...@apache.org> wrote:
> >
> >
> >     [
> >
> https://issues.apache.org/jira/browse/WICKET-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516221
> ]
> >
> --
> View this message in context:
> http://www.nabble.com/Re%3A--jira--Commented%3A-%28WICKET-536%29-ModalWindow-does-not-function-under-Opera-tf4165755.html#a11853184
> Sent from the Wicket - Dev mailing list archive at Nabble.com.
>
>

Re: [jira] Commented: (WICKET-536) ModalWindow does not function under Opera

Posted by cwilkes <cw...@ladro.com>.
Works for me
  9.10 Build 3588 Platform MacOS X System 10.4.9

The only issue is that the bottom part of the modal window that's below the
last link still appears on the screen after closing the modal window. 
Switching to another application and then switching back to Opera gets rid
of it.

Chris


does this one work:

http://wicketstuff.org/wicket13/ajax/modal-window|1|

On 7/29/07, Evgeniy Platonov (JIRA) <ji...@apache.org> wrote:
>
>
>     [
> https://issues.apache.org/jira/browse/WICKET-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516221]
>
-- 
View this message in context: http://www.nabble.com/Re%3A--jira--Commented%3A-%28WICKET-536%29-ModalWindow-does-not-function-under-Opera-tf4165755.html#a11853184
Sent from the Wicket - Dev mailing list archive at Nabble.com.