You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mathias Walter (JIRA)" <de...@myfaces.apache.org> on 2010/02/04 23:21:28 UTC

[jira] Commented: (TRINIDAD-1694) initialFocusId prevents lightweight dialog to be shown in IE8

    [ https://issues.apache.org/jira/browse/TRINIDAD-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829821#action_12829821 ] 

Mathias Walter commented on TRINIDAD-1694:
------------------------------------------

After a long investigation with a minimal project I could reproduce the error if i set the accessibility mode in trinidad-config.xml to inaccessible.

<accessibility-mode>inaccessible</accessibility-mode>

Most of the other settings are defaults. Please try changing the accessibility mode.

> initialFocusId prevents lightweight dialog to be shown in IE8
> -------------------------------------------------------------
>
>                 Key: TRINIDAD-1694
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1694
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions:  1.2.12-core, 1.2.13-core , 1.2.14-core 
>         Environment: JSF RI Mojarra (1.2_13), JBoss Seam 2.2.0.GA, Facelets 1.1.14, Tomcat 6.0.20 
>            Reporter: Mathias Walter
>            Priority: Critical
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> If initialFocusId of tr:document is set for a dialog, this dialog is not shown in IE8.
> IE shows the following error message:
> Meldung: Das Steuerelement kann den Fokus nicht erhalten, da dieses unsichtbar oder nicht aktiviert ist oder keinen Fokus zulässt.
> Line: 5564
> Character: 1
> Code: 0
> URI: http://localhost:8080/PatientWeb/adf/jsLibs/Common1_2_13.js
> In english: Message: The control could not get the focus because it is invisible or not activated or does not allow to get the focus.
> In Firefox, it works well. I assume it won't work in all IE versions.

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