[JBoss JIRA] Created: (JBIDE-1573) Seam Settings property page for Seam Dynamic Web Project should propose Seam Runtime list corresponding to Seam Facet Version
by Denis Golovin (JIRA)
Seam Settings property page for Seam Dynamic Web Project should propose Seam Runtime list corresponding to Seam Facet Version
-----------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-1573
URL: http://jira.jboss.com/jira/browse/JBIDE-1573
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.0.0.GA
Reporter: Denis Golovin
Assigned To: Denis Golovin
Fix For: 2.0.1
Seam Settings page contains the drop-down combo with available Seam Runtimes. Now it shows all runtime names that is available if selected project has Java Nature and has no faceted project nature. If Seam Dynamic Web Project is selected it shows only 1.2 compatible Seam Runtimes is available.
Testcase
------------
1. EXECUTE: Create two Seam Runtimes 1.2 and two - 2.0
2. EXECUTE: Create Seam Web Project for version 1.2
3. EXECUTE: Create Seam Web Project for version 2.0
4. EXECUTE: Create Java Project
5. ASSERT: Seam Settings property page proposes only 1.2 Seam Runtimes in combo for Seam 1.2 Web Project
6. ASSERT: Seam Settings property page proposes only 2.0 Seam Runtimes in combo for Seam 2.0 Web Project
7. ASSERT: Seam Settings property page proposes all available Seam Runtimes in combo for Seam 2.0 Web Project
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 2 months
[JBoss JIRA] Updated: (JBIDE-1494) TextFormating tag should have default behaviour, now it is used as copy everywhere
by Denis Golovin (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-1494?page=all ]
Denis Golovin updated JBIDE-1494:
---------------------------------
Summary: TextFormating tag should have default behaviour, now it is used as copy everywhere (was: TextFomating tag should have default behaviour, now it is used as copy everywhere)
> TextFormating tag should have default behaviour, now it is used as copy everywhere
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-1494
> URL: http://jira.jboss.com/jira/browse/JBIDE-1494
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: Cleanup
> Affects Versions: 2.0.0.GA
> Reporter: Denis Golovin
> Assigned To: Maxim Areshkau
> Fix For: 2.1
>
>
> It should be renamed to vpe:textFormatting
> Now there ar ea lot of blocks like posted below:
> <vpe:textFormating>
> <vpe:format type="BlockFormat" addChildren="deny" />
> <vpe:format type="UnderlineFormat">
> <vpe:formatAttribute type="style" />
> </vpe:format>
> <vpe:format type="BoldFormat">
> <vpe:formatAttribute type="style" />
> </vpe:format>
> <vpe:format type="ItalicFormat">
> <vpe:formatAttribute type="style" />
> </vpe:format>
> <vpe:format type="FontNameFormat">
> <vpe:formatAttribute type="style" />
> </vpe:format>
> <vpe:format type="FontSizeFormat">
> <vpe:formatAttribute type="style" />
> </vpe:format>
> <vpe:format type="BackgroundColorFormat">
> <vpe:formatAttribute type="style" />
> </vpe:format>
> <vpe:format type="ForegroundColorFormat">
> <vpe:formatAttribute type="style" />
> </vpe:format>
> </vpe:textFormating>
> It should have default behavior that is defined by inserting just <vpe:textFormatting> tag inside template. If some behavior should be redefined use vpe:format tag for it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 2 months
[JBoss JIRA] Created: (JBIDE-1493) can't create s:button with image from wizard
by Sergey Dzmitrovich (JIRA)
can't create s:button with image from wizard
--------------------------------------------
Key: JBIDE-1493
URL: http://jira.jboss.com/jira/browse/JBIDE-1493
Project: JBoss Tools
Issue Type: Bug
Affects Versions: 2.0.1
Reporter: Sergey Dzmitrovich
Assigned To: Maxim Areshkau
Priority: Minor
1.create seam project
2.open home.xhtml
3.choose jboss seam -> button in jboss tools palette
4.select "image" and push the button "..."
5.observe that you can't choose any image file ( e.g. as <h:graphicImage> )
also I saw next problem :
Image is located e.g. in : WebContent\img\img.png. Create <s:button image="/img/img.png"></s:button>. Vpe understand this path ("/img/img.png") and represent image. But web browser doesn't represent image (but if path is "img/img.png" tnan browser represent image )
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 2 months