[
https://jira.jboss.org/jira/browse/JBIDE-2447?page=com.atlassian.jira.plu...
]
Denis Golovin resolved JBIDE-2447.
----------------------------------
Resolution: Rejected
It seems not a bug, but expected behavior because jsp tags can be used to generate
contents of html tags. For instance following example is correct:
<div id="<c:out value="${myBean.name}"/>"><c:out
value="${myBean.value}"/></div>
That's why any jsp custom tag will in proposal list for html attribute value
Content Assistant displays unallowable values for attributes that
have boolean, enum or other limited type of value
-------------------------------------------------------------------------------------------------------------------
Key: JBIDE-2447
URL:
https://jira.jboss.org/jira/browse/JBIDE-2447
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing, UpStream
Affects Versions: 2.1.2
Environment: Build id: 200806231717-nightly
Build date: 06/23/2008 17:21
Reporter: Tatyana Romanovich
Assignee: Anton Klimkovich
Fix For: 3.0.0.cr1
Attachments: CAforDir.png
EXECUTE: Open any jsp file and input <head><title
dir=""></title></head>
EXECUTE: Set cursor to value of dir attribute (dir="|")
EXECUTE: Press Ctrl+Space and verify values in the appeared list
ASSERT: only available values should be displayed
FAILURE: there are two valid () and a lot of unallowable values
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira