[JBoss JIRA] (JBIDE-3427) Undo (Ctrl+Z) doesn't work correctly for comments
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3427?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-3427:
------------------------------------------
Assignee: Konstantin Marmalyukov (was: Yahor Radtsevich)
> Undo (Ctrl+Z) doesn't work correctly for comments
> -------------------------------------------------
>
> Key: JBIDE-3427
> URL: https://issues.jboss.org/browse/JBIDE-3427
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 3.0.0.cr1
> Reporter: Yura Zhishko
> Assignee: Konstantin Marmalyukov
> Fix For: LATER
>
>
> 1) Choose any tag or text
> 2) Choose Source -> Toggle Comment (or press Ctrl+Shift+C)
> ASSERT: Line is commented
> 3) Make Undo (Ctrl+Z)
> ASSERT: This action delete only the end of tag (-->)
> 4) Make Undo (Ctrl+Z) again
> ASSERT: Delete start tag (<!--)
> I think that the line should be uncommented from the first time of using Ctrl+Z
> Another test case:
> 1) Select more than one line
> 2) Choose Source -> Add Block Comment
> ASSERT: Block is commented
> 3) Choose Source -> Add Block Comment again
> ASSERT: Nothing happens
> 4) Press Ctrl+Z (Undo)
> ASSERT: New <!-- --> appeared around existed comments
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (JBIDE-4710) Try to use mock objects for using jsf renders in our templates
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-4710?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-4710:
------------------------------------------
Assignee: Konstantin Marmalyukov (was: Yahor Radtsevich)
> Try to use mock objects for using jsf renders in our templates
> --------------------------------------------------------------
>
> Key: JBIDE-4710
> URL: https://issues.jboss.org/browse/JBIDE-4710
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: visual-page-editor-core
> Reporter: Maxim Areshkau
> Assignee: Konstantin Marmalyukov
> Fix For: LATER
>
> Attachments: iceOutputTextUsingMockObjects, iceOutputTextUsingMockObjects.png
>
>
> This is research FR, try to use some light server for generating preview instead of using templates.
> See diagram of possible variant of work here http://www.jboss.org/community/wiki/VPEcurrentstateandpossibleideastomovi...
> I have looked into possibility to use light server and have found following problems:
> #1 JS execution
> Problem: Many of ui components use js for creating it's DOM, in our visual part js is deprecated, so components hasn't be built.
> Answer: JS execution not very important, I have disabled it in browser and looks on richfaces demo and icefaces demo sites. UI components renders prety well even without js.
> #2 not valid source page
> Problem: If source page not valid, it's displays error log, but no one components is displayed. In vpe now displayed even not valid components or components which not completed. So how to rended not valid jsf page on server?
> A:?
> #3 navigation
> Problem: if we will send page to server and get from it resulting html, how to map visual and source nodes?
> A: Possibly to set id for source elements.
> #4 integration with our current vpe
> Problem: it's hard to integrate light server with our current templates.
> So I think to use light server for generation not good idea.
> Also was an idea to setup a servlet on server and send to servlet a some code and in response gets resulting.
> But this works only for components which haven't child, because when component have children it's hard to map source and visual nodes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (JBIDE-12656) org.jboss.tools.jst.css.test.jbide.SelectionLosingByPropertySheet_JBIDE4791 failure
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12656?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-12656:
-------------------------------------------
Assignee: Konstantin Marmalyukov (was: Yahor Radtsevich)
> org.jboss.tools.jst.css.test.jbide.SelectionLosingByPropertySheet_JBIDE4791 failure
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-12656
> URL: https://issues.jboss.org/browse/JBIDE-12656
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.0.0.Alpha2
> Reporter: Alexey Kazakov
> Assignee: Konstantin Marmalyukov
> Fix For: 4.0.x
>
>
> {code}
> testSelectionLosingByPropertySheet(org.jboss.tools.jst.css.test.jbide.SelectionLosingByPropertySheet_JBIDE4791) Time elapsed: 21.54 sec <<< FAILURE!
> junit.framework.ComparisonFailure: expected:<red> but was:<null>
> at junit.framework.Assert.assertEquals(Assert.java:85)
> at junit.framework.Assert.assertEquals(Assert.java:91)
> at org.jboss.tools.jst.css.test.jbide.SelectionLosingByPropertySheet_JBIDE4791.testSelectionLosingByPropertySheet(SelectionLosingByPropertySheet_JBIDE4791.java:94)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (JBIDE-3512) Text bodies of tags h:commandButton, h:inputSecret, h:inputText and h:inputTextarea are not rendered by VPE
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3512?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-3512:
------------------------------------------
Assignee: Konstantin Marmalyukov (was: Yahor Radtsevich)
> Text bodies of tags h:commandButton, h:inputSecret, h:inputText and h:inputTextarea are not rendered by VPE
> -----------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-3512
> URL: https://issues.jboss.org/browse/JBIDE-3512
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: visual-page-editor-templates
> Affects Versions: 3.0.0.cr1
> Reporter: Yahor Radtsevich
> Assignee: Konstantin Marmalyukov
> Fix For: 4.0.x
>
> Attachments: 5_7_8_9_button_and_inputX_inner_text.gif
>
>
> 1. Download 'testT1_noVerbatim.zip' from JBIDE-3382 file attachment list and import it into your Eclipse workspace.
> 2. Open file /richT1/WebContent/pages/emptyTest/emptyTags2.jsp in VPE.
> 3. Look at items 5,7,8 and 9.
> Actual Result: VPE DOES NOT render text bodies of the tags h:commandButton, h:inputSecret, h:inputText and h:inputTextarea.
> Expected Result: VPE DOES render the bodies of the tags. See screenshot [1].
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (JBIDE-8711) Visual Page Editor very often just shows Grey area where Visual Page Editor should be when clicking a search result
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-8711?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-8711:
------------------------------------------
Assignee: Konstantin Marmalyukov (was: Yahor Radtsevich)
> Visual Page Editor very often just shows Grey area where Visual Page Editor should be when clicking a search result
> -------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-8711
> URL: https://issues.jboss.org/browse/JBIDE-8711
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream, visual-page-editor-core
> Affects Versions: 3.2.0.Final
> Environment: MacOS X Cocoa, Eclipse 3.7
> Reporter: Max Rydahl Andersen
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.0.x
>
> Attachments: Screen shot 2011-05-05 at 3.20.15 PM.png
>
>
> This is probably an OSX specific bug, but its very annoying.
> When having a match in the Searches view that matches a xhtml file then more often than not the UI for the visual page editor and sometimes the whole editor is just grey as if nothing is rendering.
> Switching back and forth between the tabs make it show up eventually.
> Makes the visual page editor very annoying to use when navigating code :(
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months