[JBoss JIRA] Created: (JBIDE-3054) CSS Class Wizard UI improvements
by Max Rydahl Andersen (JIRA)
CSS Class Wizard UI improvements
---------------------------------
Key: JBIDE-3054
URL: https://jira.jboss.org/jira/browse/JBIDE-3054
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core
Affects Versions: 3.0.0.beta1
Reporter: Max Rydahl Andersen
Fix For: 3.0.0.cr1
The CSS class editor is really useful now but I found a couple of glitches/suggestions while testing it:
1) When using the wizard directly please initialize the File and style based on the current selection so users don't have to browse hundreds of projects/directories
2) If used from the VPE editor and I don't specify a css or class and press Ok I get an exception; shouldn't it either generate internal style CSS in this case or at least require the user to fill in file and style fields
3) Used from the vpe it should give a dropdown with the included .css files if possible, again to avoid unecessary manual browsing
4) On new styles (style attribute is empty) it would be good to remember the previous editied external css
5) The preview area is blank at first; I need to touch a field to see a preview..and couldn't we take the first 50 characters from the selected tag instead of just having the default string ?
--
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
17 years, 8 months
[JBoss JIRA] Created: (JBIDE-3012) Incorrect reflection of disabled components
by Yura Zhishko (JIRA)
Incorrect reflection of disabled components
-------------------------------------------
Key: JBIDE-3012
URL: https://jira.jboss.org/jira/browse/JBIDE-3012
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.0.0.beta1
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
Attachments: screenshot-1.jpg
1) Setting attribute disabled="true" provides to incorrect reflection of <h:commandButton> in VPE (click option must be disabled). (see screenshot-1).
2) Background color of input of <h:inputTextarea> must be white if disabled="false", but it's grey, like for disabled="true" state. If disabled is true we mustn't have any possibility to edit the value of text area in VPE. (see screenshot-2).
3) Point (2) attaches to <h:inputText>, too.
P. S. these attribute is tested in others components...
--
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
17 years, 8 months
[JBoss JIRA] Created: (JBIDE-2984) Wrap <rich:*Table> in <tbody>
by Yahor Radtsevich (JIRA)
Wrap <rich:*Table> in <tbody>
-----------------------------
Key: JBIDE-2984
URL: https://jira.jboss.org/jira/browse/JBIDE-2984
Project: Tools (JBoss Tools)
Issue Type: Task
Components: Visual Page Editor Templates
Affects Versions: 3.0.0.beta1
Reporter: Yahor Radtsevich
Assignee: Yahor Radtsevich
Fix For: 3.0.0.cr1
Gecko engine accepts multiple <tbody> tags inside a <table>. It give us opportunity to make look and feel of VPE better and code of templates clearer.
For instance, using <tbody> tag in <rich:subTable> it will be possible to select the tag from VPE window.
According to this, templates for <rich:column>, <f:facet>, <rich:dataTable>, <rich:subTable>, <rich:extendedDataTable>, <rich:columnGroup> have to be modified.
--
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
17 years, 8 months