You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Harald Stangl (JIRA)" <de...@myfaces.apache.org> on 2007/12/18 21:50:43 UTC

[jira] Created: (TRINIDAD-875) Lightweight Dialogs broken in Opera and unreliable in Firefox

Lightweight Dialogs broken in Opera and unreliable in Firefox
-------------------------------------------------------------

                 Key: TRINIDAD-875
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-875
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.2.3-core
            Reporter: Harald Stangl
            Priority: Critical


When trying to open a lightweight dialog in Opera, the calling page reloads over and over again and the dialog doesn't show up.

In Firefox, after closing a dialog, no new dialog can be opened for about 8 seconds. Clicking the link for the dialog simply does nothing.

All this worked without problems in Trinidad 1.2.2.

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


[jira] Commented: (TRINIDAD-875) Lightweight Dialogs broken in Opera and unreliable in Firefox

Posted by "Joe Rossi (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598696#action_12598696 ] 

Joe Rossi commented on TRINIDAD-875:
------------------------------------

This appears to be down to the version of Firefox. I had a similar problem with Firefox 2.0.0.12 which subsequently disappeared with Firefox 2.0.0.14.

> Lightweight Dialogs broken in Opera and unreliable in Firefox
> -------------------------------------------------------------
>
>                 Key: TRINIDAD-875
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-875
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.2.3-core
>         Environment: JSF 1.2_04 Sun RI
> Tomcat 6.0.14
>            Reporter: Harald Stangl
>            Priority: Critical
>
> When trying to open a lightweight dialog in Opera, the calling page reloads over and over again and the dialog doesn't show up.
> In Firefox, after closing a dialog, no new dialog can be opened for about 8 seconds. Clicking the link for the dialog simply does nothing.
> All this worked without problems in Trinidad 1.2.2.

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


[jira] Commented: (TRINIDAD-875) Lightweight Dialogs broken in Opera and unreliable in Firefox

Posted by "Stephen Friedrich (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774935#action_12774935 ] 

Stephen Friedrich commented on TRINIDAD-875:
--------------------------------------------

I narrowed the problem down to the call to 
   _submitFormCheck();
which gets executed again and again after each page load.

I removed the code in 
    FormRenderer._renderSubmitFormCheck()
and my app seems to work fine.

What exactly was the problem that _submitFormCheck(); is trying to solve?

> Lightweight Dialogs broken in Opera and unreliable in Firefox
> -------------------------------------------------------------
>
>                 Key: TRINIDAD-875
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-875
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.2.3-core
>         Environment: JSF 1.2_04 Sun RI
> Tomcat 6.0.14
> Firefox 2.0.0.12
>            Reporter: Harald Stangl
>            Priority: Critical
>
> When trying to open a lightweight dialog in Opera, the calling page reloads over and over again and the dialog doesn't show up.
> In Firefox, after closing a dialog, no new dialog can be opened for about 8 seconds. Clicking the link for the dialog simply does nothing.
> All this worked without problems in Trinidad 1.2.2.

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


[jira] Commented: (TRINIDAD-875) Lightweight Dialogs broken in Opera and unreliable in Firefox

Posted by "Scott O'Bryan (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598705#action_12598705 ] 

Scott O'Bryan commented on TRINIDAD-875:
----------------------------------------

Can others watching this thread verify Joe's findings?  If so, we may just need to update our Minimum Technical Requirements for which version of Firefox we support and close this issue.  It has a lot of votes and watches which is why I'm not closing it right now..

> Lightweight Dialogs broken in Opera and unreliable in Firefox
> -------------------------------------------------------------
>
>                 Key: TRINIDAD-875
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-875
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.2.3-core
>         Environment: JSF 1.2_04 Sun RI
> Tomcat 6.0.14
> Firefox 2.0.0.12
>            Reporter: Harald Stangl
>            Priority: Critical
>
> When trying to open a lightweight dialog in Opera, the calling page reloads over and over again and the dialog doesn't show up.
> In Firefox, after closing a dialog, no new dialog can be opened for about 8 seconds. Clicking the link for the dialog simply does nothing.
> All this worked without problems in Trinidad 1.2.2.

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


[jira] Commented: (TRINIDAD-875) Lightweight Dialogs broken in Opera and unreliable in Firefox

Posted by "Mehmet Akif Olcay (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598789#action_12598789 ] 

Mehmet Akif Olcay commented on TRINIDAD-875:
--------------------------------------------

Now it is ok with

Mozilla/5.0 (X11; U; Linux i686; tr-TR; rv:1.8.1.14) Gecko/20080404 Iceweasel/2.0.0.14 (Debian-2.0.0.14-0etch1)
apache-tomcat-6.0.16/
myfaces-1.2.2

It was problematic before.

I think only change is that of firefox (i.e iceweal for debian)



> Lightweight Dialogs broken in Opera and unreliable in Firefox
> -------------------------------------------------------------
>
>                 Key: TRINIDAD-875
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-875
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.2.3-core
>         Environment: JSF 1.2_04 Sun RI
> Tomcat 6.0.14
> Firefox 2.0.0.12
>            Reporter: Harald Stangl
>            Priority: Critical
>
> When trying to open a lightweight dialog in Opera, the calling page reloads over and over again and the dialog doesn't show up.
> In Firefox, after closing a dialog, no new dialog can be opened for about 8 seconds. Clicking the link for the dialog simply does nothing.
> All this worked without problems in Trinidad 1.2.2.

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


[jira] Commented: (TRINIDAD-875) Lightweight Dialogs broken in Opera and unreliable in Firefox

Posted by "Scott O'Bryan (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12599090#action_12599090 ] 

Scott O'Bryan commented on TRINIDAD-875:
----------------------------------------

I'm not sure Opera is one of our supported browsers.   It would be a nice to have, but I don't think anyone's officially supported opera in the project.


> Lightweight Dialogs broken in Opera and unreliable in Firefox
> -------------------------------------------------------------
>
>                 Key: TRINIDAD-875
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-875
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.2.3-core
>         Environment: JSF 1.2_04 Sun RI
> Tomcat 6.0.14
> Firefox 2.0.0.12
>            Reporter: Harald Stangl
>            Priority: Critical
>
> When trying to open a lightweight dialog in Opera, the calling page reloads over and over again and the dialog doesn't show up.
> In Firefox, after closing a dialog, no new dialog can be opened for about 8 seconds. Clicking the link for the dialog simply does nothing.
> All this worked without problems in Trinidad 1.2.2.

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


[jira] Commented: (TRINIDAD-875) Lightweight Dialogs broken in Opera and unreliable in Firefox

Posted by "Stephen Friedrich (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774912#action_12774912 ] 

Stephen Friedrich commented on TRINIDAD-875:
--------------------------------------------

Happens to me with latest FF2 (2.0.0.20) and latest Trinidad 1.2.12.

Does anyone care for bugs in Trinidad? This one is two years old!
Sorry, but I am currently very frustrated and annoyed.

> Lightweight Dialogs broken in Opera and unreliable in Firefox
> -------------------------------------------------------------
>
>                 Key: TRINIDAD-875
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-875
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.2.3-core
>         Environment: JSF 1.2_04 Sun RI
> Tomcat 6.0.14
> Firefox 2.0.0.12
>            Reporter: Harald Stangl
>            Priority: Critical
>
> When trying to open a lightweight dialog in Opera, the calling page reloads over and over again and the dialog doesn't show up.
> In Firefox, after closing a dialog, no new dialog can be opened for about 8 seconds. Clicking the link for the dialog simply does nothing.
> All this worked without problems in Trinidad 1.2.2.

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


[jira] Commented: (TRINIDAD-875) Lightweight Dialogs broken in Opera and unreliable in Firefox

Posted by "Tobias Freier (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769313#action_12769313 ] 

Tobias Freier commented on TRINIDAD-875:
----------------------------------------

Has anyone followed this problem?

We have the same issue with the following setup:
Opera 10.00
Trinidad 1.2.12
JSF 1.2_13 majorra
Tomcat 6.0.20

It's impossible to use the site with Opera.

> Lightweight Dialogs broken in Opera and unreliable in Firefox
> -------------------------------------------------------------
>
>                 Key: TRINIDAD-875
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-875
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.2.3-core
>         Environment: JSF 1.2_04 Sun RI
> Tomcat 6.0.14
> Firefox 2.0.0.12
>            Reporter: Harald Stangl
>            Priority: Critical
>
> When trying to open a lightweight dialog in Opera, the calling page reloads over and over again and the dialog doesn't show up.
> In Firefox, after closing a dialog, no new dialog can be opened for about 8 seconds. Clicking the link for the dialog simply does nothing.
> All this worked without problems in Trinidad 1.2.2.

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


[jira] Commented: (TRINIDAD-875) Lightweight Dialogs broken in Opera and unreliable in Firefox

Posted by "Scott O'Bryan (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598836#action_12598836 ] 

Scott O'Bryan commented on TRINIDAD-875:
----------------------------------------

Ok, then let me see if we even have our Min. Requirements posted somewhere and I'll close this issue.


> Lightweight Dialogs broken in Opera and unreliable in Firefox
> -------------------------------------------------------------
>
>                 Key: TRINIDAD-875
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-875
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.2.3-core
>         Environment: JSF 1.2_04 Sun RI
> Tomcat 6.0.14
> Firefox 2.0.0.12
>            Reporter: Harald Stangl
>            Priority: Critical
>
> When trying to open a lightweight dialog in Opera, the calling page reloads over and over again and the dialog doesn't show up.
> In Firefox, after closing a dialog, no new dialog can be opened for about 8 seconds. Clicking the link for the dialog simply does nothing.
> All this worked without problems in Trinidad 1.2.2.

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


[jira] Commented: (TRINIDAD-875) Lightweight Dialogs broken in Opera and unreliable in Firefox

Posted by "Stephen Friedrich (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774920#action_12774920 ] 

Stephen Friedrich commented on TRINIDAD-875:
--------------------------------------------

Same problem occurs using Opera 10.01

> Lightweight Dialogs broken in Opera and unreliable in Firefox
> -------------------------------------------------------------
>
>                 Key: TRINIDAD-875
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-875
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.2.3-core
>         Environment: JSF 1.2_04 Sun RI
> Tomcat 6.0.14
> Firefox 2.0.0.12
>            Reporter: Harald Stangl
>            Priority: Critical
>
> When trying to open a lightweight dialog in Opera, the calling page reloads over and over again and the dialog doesn't show up.
> In Firefox, after closing a dialog, no new dialog can be opened for about 8 seconds. Clicking the link for the dialog simply does nothing.
> All this worked without problems in Trinidad 1.2.2.

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


[jira] Commented: (TRINIDAD-875) Lightweight Dialogs broken in Opera and unreliable in Firefox

Posted by "Harald Stangl (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12599087#action_12599087 ] 

Harald Stangl commented on TRINIDAD-875:
----------------------------------------

I can confirm that it seems to work now with Firefox 2.0.0.14
The Opera issue still persists, but hopefully this will not affect too many users.

> Lightweight Dialogs broken in Opera and unreliable in Firefox
> -------------------------------------------------------------
>
>                 Key: TRINIDAD-875
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-875
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.2.3-core
>         Environment: JSF 1.2_04 Sun RI
> Tomcat 6.0.14
> Firefox 2.0.0.12
>            Reporter: Harald Stangl
>            Priority: Critical
>
> When trying to open a lightweight dialog in Opera, the calling page reloads over and over again and the dialog doesn't show up.
> In Firefox, after closing a dialog, no new dialog can be opened for about 8 seconds. Clicking the link for the dialog simply does nothing.
> All this worked without problems in Trinidad 1.2.2.

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