[JBoss JIRA] Created: (JBIDE-3060) VPE template dialog ui suggestions
by Max Rydahl Andersen (JIRA)
VPE template dialog ui suggestions
----------------------------------
Key: JBIDE-3060
URL: https://jira.jboss.org/jira/browse/JBIDE-3060
Project: Tools (JBoss Tools)
Issue Type: Task
Components: Visual Page Editor core
Affects Versions: 2.1.2
Reporter: Max Rydahl Andersen
Assignee: Denis Golovin
Fix For: 3.0.0.beta1
The "custom template" for unknown tags is really useful but extremely well hidden and rather quirky to use
1) The shortcut in the context menu just says "Template" ...no indication of what it does.
I suggest we call it something like "Setup template for <the tag name>..." ; that describes what it does plus has ... to show a dialog will come up
2) The actual dialog allow me to type in *any* text for the tag, I instantly tried <button> but that is wrong it should be just button. Help the user here ;)
I also tried putting rich:calendar but it does not look like it supports template translation, only simple basic tags - then we should just have editable combo list with choices here.
3) Give a preview of how the tag will look like in the dialog
4) The Template editor in preferences has no instructions and no Add button; at least explain the the tables contain existing prefreences for already configured templates and tell them about the "Setup template.." action in the context menu.
....It also contains 2 lines with some names I never setup (i.e. unknowntag-1, unknwontag-2) - remove them.
--
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
12 years
[JBoss JIRA] Created: (JBIDE-3287) rich:messages bugs
by Yura Zhishko (JIRA)
rich:messages bugs
------------------
Key: JBIDE-3287
URL: https://jira.jboss.org/jira/browse/JBIDE-3287
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.0.0.beta1
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
1) Incorrect behavior of labelClass attribute (screenshot-1):
STEP 1. Use attached file
STEP 2. Find rich:messages component
STEP 3. Set labelClass attribute with the name value of non-existing class
RESULT: Styles of *Class attributes are not overriding by styles from *LableClass attributes, but they have to do it
2) Text-align isn't applyed correctly (screenshot-2), because we use representation of the component as a table with two collumns (for markers, and for labels), something like that:
<TABLE>
<TR>
<TD>
<DIV>
<SPAN>
Warning
</SPAN>
</DIV>
</TD>
<TD>
Warning message
</TD>
</TR>
......
</TABLE>
But mozilla browser build only one collumn, something like that:
<TABLE>
<TR>
<TD>
<SPAN>Warning</SPAN>
<SPAN>Warning message</SPAN>
</TD>
<TR>
......
</TABLE>
--
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
12 years