[JBoss JIRA] Moved: (JBIDE-547) AWT Eventthread is started during RHDS startup
by Max Andersen (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-547?page=all ]
Max Andersen moved RHDS-51 to JBIDE-547:
----------------------------------------
Project: JBoss Tools (was: Red Hat Developer Studio)
Key: JBIDE-547 (was: RHDS-51)
Affects Version/s: ExadelStudioPro4
> AWT Eventthread is started during RHDS startup
> ----------------------------------------------
>
> Key: JBIDE-547
> URL: http://jira.jboss.com/jira/browse/JBIDE-547
> Project: JBoss Tools
> Issue Type: Bug
> Affects Versions: ExadelStudioPro4
> Reporter: Max Andersen
> Priority: Critical
>
> Because of this line:
> private static JPanel dummy = new JPanel();
> in org.jboss.tools.common.model.util.IconUtil the AWT EventThread is started up which result in 2 unecessary things:
> 1) The AWT-thread is running for monitoring various (non-used i supposed) events
> 2) if your resolution changes NullPointerExceptions occur like this:
> Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
> at sun.awt.Win32GraphicsEnvironment.displayChanged(Win32GraphicsEnvironment.java:109)
> at sun.awt.windows.WToolkit$4.run(WToolkit.java:698)
> at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
> at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
> at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
> at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
> at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
> at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
> at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
> Why is a Dummy panel even needed just for creating images ?!
--
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, 9 months
[JBoss JIRA] Moved: (JBIDE-548) After adding Facet with equal to Attribute name Attribute disappeares from faces-config tree.
by Max Andersen (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-548?page=all ]
Max Andersen moved RHDS-41 to JBIDE-548:
----------------------------------------
Project: JBoss Tools (was: Red Hat Developer Studio)
Key: JBIDE-548 (was: RHDS-41)
Affects Version/s: ExadelStudioPro4
(was: ExadelStudioPro4)
> After adding Facet with equal to Attribute name Attribute disappeares from faces-config tree.
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-548
> URL: http://jira.jboss.com/jira/browse/JBIDE-548
> Project: JBoss Tools
> Issue Type: Bug
> Affects Versions: ExadelStudioPro4
> Environment: Windows XP
> RedHatDeveloperStudio build-346
> Reporter: Anton Klimkovich
> Priority: Minor
> Attachments: faces-config source.png, faces-config tree.png
>
>
> JSF project
> 1 Open faces-config.xml on tree tab.
> 2 Create new Render Kit (RenderKit)->Renderer -> Attribute (EqualName - name of attribute)
> 3 Click on Source tab
> 4 Add to source to <render kit > string: <facet><facet-name>EqualName</facet-name></facet>
> 5 Click to Tree tab
> There is no any error message about equal name of Facet and Attribute. Also after adding facet with equal to attribute name Attribute disappeares from faces-config tree.
> It's reprodused not only for Renderers attributes.
> ScreenShoots attached.
--
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, 9 months
[JBoss JIRA] Moved: (JBIDE-550) Hot-swap on Ctrl+s stop working when jboss redeploys
by Max Andersen (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-550?page=all ]
Max Andersen moved RHDS-28 to JBIDE-550:
----------------------------------------
Project: JBoss Tools (was: Red Hat Developer Studio)
Key: JBIDE-550 (was: RHDS-28)
Affects Version/s: ExadelStudioPro4
> Hot-swap on Ctrl+s stop working when jboss redeploys
> ----------------------------------------------------
>
> Key: JBIDE-550
> URL: http://jira.jboss.com/jira/browse/JBIDE-550
> Project: JBoss Tools
> Issue Type: Bug
> Affects Versions: ExadelStudioPro4
> Reporter: Max Andersen
>
> Problem from Gavin ;)
> Start app server
> remote debug it (via jboss as adapter)
> change a file
> ctrl+s works fine, changes are applied
> redeploy app (not restart)
> ctrl+s stops working (don't know the concrete error)
> Darin Wright from the JDT/Debug team says he could not see any glaring errors in the hot-swap code so we need to verify the error and if it still exists write a test that: "simulate the
> problem by having a simple app with its own classloader that can re-load
> the same class several times."
--
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, 9 months
[JBoss JIRA] Moved: (JBIDE-551) Using images in CSS and visual page editor
by Max Andersen (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-551?page=all ]
Max Andersen moved RHDS-61 to JBIDE-551:
----------------------------------------
Project: JBoss Tools (was: Red Hat Developer Studio)
Key: JBIDE-551 (was: RHDS-61)
Affects Version/s: ExadelStudioPro4
> Using images in CSS and visual page editor
> ------------------------------------------
>
> Key: JBIDE-551
> URL: http://jira.jboss.com/jira/browse/JBIDE-551
> Project: JBoss Tools
> Issue Type: Bug
> Affects Versions: ExadelStudioPro4
> Environment: Unknown (User report)
> Reporter: Aliaksey Nis
>
> A XHTML page in JSF project. The directory structure is:
> Web Content/
> codelibrary/css/style.css
> images/myimg.jpg
> myXHTMLpage.xhtml
> The link in my page to the CSS is:
> <link href="codelibrary/css/style.css" rel="stylesheet" type="text/css" />
> There is a class attribute in a <td> element in the page as follows:
> <td align="center" valign="top" class="leftbg1">...</td>
> The "leftbg" class is defined in style.css as follows:
> .leftbg1
> {
> background-image:url(../../myimg.jpg);
> background-repeat: no-repeat;
> background-position: bottom;}
> All other CSS references are working fine and are reflected in visual designer; however, the image specified in "background-image:url(../../myimg.jpg);" does not display. The designer does not seem to be resolving the image URL specified in the CSS. I've tried several settings in "Page Design Options", but none seem to work so I currently have no options specified. I've also tried several modifications to the path in CSS "url()" with no luck.
> Original Exadel forum message "http://forum.exadel.com/viewtopic.php?t=5897".
--
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, 9 months
[JBoss JIRA] Moved: (JBIDE-538) first time open of visual editor is slooow
by Max Andersen (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-538?page=all ]
Max Andersen moved RHDS-23 to JBIDE-538:
----------------------------------------
Project: JBoss Tools (was: Red Hat Developer Studio)
Key: JBIDE-538 (was: RHDS-23)
Component/s: integration
(was: integration)
Fix Version/s: (was: 1.0.0.GA)
Affects Version/s: ExadelStudioPro4
(was: ExadelStudioPro4)
> first time open of visual editor is slooow
> ------------------------------------------
>
> Key: JBIDE-538
> URL: http://jira.jboss.com/jira/browse/JBIDE-538
> Project: JBoss Tools
> Issue Type: Feature Request
> Components: integration
> Affects Versions: ExadelStudioPro4
> Reporter: Max Andersen
> Priority: Critical
>
> First time a visual editor is opened Eclipse freezes and in the worst case it turns all white.
> I assume this is because of the first start of the mozilla engine.
> We should investigate if it wouldn't be possible to start this in the background; showing a "Starting visual editor...." in the visual part of the editor until it is ready.
--
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, 9 months