[jbosstools-issues] [JBoss JIRA] (JBIDE-16938) Source code formatting is not working

Alexey Kazakov (JIRA) issues at jboss.org
Fri Mar 28 14:36:12 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-16938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12957452#comment-12957452 ] 

Alexey Kazakov commented on JBIDE-16938:
----------------------------------------

This bar managed by the visual part of the editor. Not the source one. Moving to vpe component.
                
> Source code formatting is not working
> -------------------------------------
>
>                 Key: JBIDE-16938
>                 URL: https://issues.jboss.org/browse/JBIDE-16938
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: visual-page-editor-core
>    Affects Versions: 4.2.0.Beta1
>         Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78 Linux
>            Reporter: Vlado Pakan
>            Priority: Minor
>             Fix For: 4.2.0.Beta2
>
>
> 1. Create HTML page with this content
> {code}
> <!DOCTYPE html>
> <html ng-app="dsd"> 
> <body>
> textbody
> <h1>texth1</h1>
> </body>
> </html>
> {code}
> 0. Double click on "texth1"
> ASSERT: Formatting buttons are enabled
> 1. Click within text "textbody"
> ERROR: Formatting toolbar buttons are disabled
> 2. Click within text "texth1"
> 3. Click button Italic
> ASSERT: "texth1" is surrounded by <i> tags
> 4. Repeat step 2. and click on button bold
> ERROR: "texth1" is not surrounded by <b> tags. Text <b></b> is added after "texth1"
> 5. Double click on "texth1"
> ERROR: Formatting buttons are disabled

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list