[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-2170) Font spontaneously changes In Visual editor while editting *.xhtml.

Maxim Areshkau (JIRA) jira-events at lists.jboss.org
Fri May 16 10:02:22 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBIDE-2170?page=comments#action_12413037 ] 
            
Maxim Areshkau commented on JBIDE-2170:
---------------------------------------

It's not easy bug, because rendering of elements depends from doc type declaration(style inherit for example depends from it's, table views and others). For now in initialization file we doesn't use any doc type declaration(thats mean that we use mozilla browser in Quirks Mode).Here list of limitations that differ standard mode and quirks mode (http://developer.mozilla.org/en/docs/Mozilla_Quirks_Mode_Behavior). In Mozilla doesn't exist possibility to change doctype without reloading document. So to fix this bug we should check and apply doctype of page in initialization phrase and in case of editing doc type we should fully reinitialize visual part of editor. Also if we change mozilla mode from Quirks to standart it's can change view of some templates, by my opinion it's better to move fix of this bug for next release.

> Font spontaneously changes In Visual editor while editting *.xhtml.
> -------------------------------------------------------------------
>
>                 Key: JBIDE-2170
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-2170
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor
>    Affects Versions: 2.1.0.CR1
>            Reporter: Anton Klimkovich
>         Assigned To: Sergey Dzmitrovich
>            Priority: Minor
>             Fix For: 2.1.x, 2.1.0.GA
>
>         Attachments: FontAfterEditting.PNG, FontBeforeEditting.PNG, PreviewAfterEditting.PNG
>
>
> EXECUTE: Create Seam web project
> EXECUTE: Open Login.xhtml
> EXECUTE: Set cursor after <h:outputLabel for="username">Username</h:outputLabel> 
> EXECUTE: Type some text
> FAILURE:   Font of the text inside h:outputLabel is changed.
> Look at screenshots.

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

        



More information about the jbosstools-issues mailing list