[jbosstools-issues] [JBoss JIRA] (JBIDE-9752) Content Assist for CSS class names doesn't allow to enter more that one CSS class name (it always replaces the first typed CSS class name)

Vlado Pakan (JIRA) jira-events at lists.jboss.org
Tue Apr 10 11:10:49 EDT 2012


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

Vlado Pakan edited comment on JBIDE-9752 at 4/10/12 11:09 AM:
--------------------------------------------------------------

It works as described. But now you can add many times the same class. Would be nice to not add the same class more times. Should I create new Jira for it or it doesn't make sense?

Example: I can choose class cls3 from CA as many times I want and then result is: 

{noformat}
<body class="errors cls3 cls3 cls3">
{noformat}
                
      was (Author: vpakan):
    It works as described. But now you can add many times the same class. Would be nice to not add the same class more times. Should I create new Jira for it or it doesn't make sense?

Example: I can choose class cls3 from CA as many times I want and then result is: 

{noformat}
<body class="errors cls2 cls2 cls2">
{noformat}
                  
> Content Assist for CSS class names doesn't allow to enter more that one CSS class name (it always replaces the first typed CSS class name)
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-9752
>                 URL: https://issues.jboss.org/browse/JBIDE-9752
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml source editing
>    Affects Versions: 3.3.0.M3
>            Reporter: Victor Rubezhny
>            Assignee: Victor Rubezhny
>            Priority: Minor
>             Fix For: 3.3.0.M4
>
>
> Open any page with CSS stylesheet loaded and try to enter, using content assist, two or more CSS class names divided by space-character as value of "class" attribute of some tag. The first typed CSS class name is always replaced by a new value selected in Content Assist, while the new value is to be added to the existing one.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list