[JBoss JIRA] (JBIDE-2519) Add support for CDATA tags
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-2519?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov reassigned JBIDE-2519:
---------------------------------------------
Assignee: Ilya Buziuk (was: Konstantin Marmalyukov)
> Add support for CDATA tags
> --------------------------
>
> Key: JBIDE-2519
> URL: https://issues.jboss.org/browse/JBIDE-2519
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: visual-page-editor-templates
> Affects Versions: 3.0.0.alpha
> Reporter: Denis Golovin
> Assignee: Ilya Buziuk
> Fix For: LATER
>
>
> Here is an example:
> <para>The source coding should be something like this now:</para>
> <programlisting role="XML"><![CDATA[<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
> <html>
> <head>
> <title></title>
> </head>
> <body>
> <f:view>
> <h:form id="greeting">
> <para>Please enter a name:</para>
> <h:inputText id="name" value="#{personBean.name}"/>
> <h:commandButton value=" Say Hello " action="greeting"/>
> </h:form>
> </f:view>
> </body>
> </html>
> ]]></programlisting>
> <para>The editor should look like this:</para>
> In this context CDATA blocks seems must be processed in relation with parent tag. Taking in consideration that now all tags that has no prefix considered as HTML it cannot be supported without VPE refactoring
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-19192) provide option for disable html preview
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19192?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov reassigned JBIDE-19192:
----------------------------------------------
Assignee: Ilya Buziuk (was: Konstantin Marmalyukov)
> provide option for disable html preview
> ---------------------------------------
>
> Key: JBIDE-19192
> URL: https://issues.jboss.org/browse/JBIDE-19192
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.2.Final
> Environment: win8.1 64 eclipse luna 4.4.0 jboss 4.2.2
> Reporter: jim harber
> Assignee: Ilya Buziuk
> Priority: Critical
> Fix For: 4.4.x
>
> Attachments: Clipboard01.png
>
>
> when i use tween.js to create a html page,i create an array,here is the problem:
> var eles = [];
> //push such as 500 elements into eles;
> ..
> then i need call a function to update every element in eles,when these two line:
> requestAnimationFrame(animate);
> TWEEN.update();
> already in the function,i can't see a change in preview and it makes eclipse shutdown,so i put this two line when i finish the other codes,this time preview become normal.
> every time when i type to for(var i=0;i<eles.length;i) eclipse gets stuck. so i wonder is thers any chance i can shutdown living view,i checked preferences panel i didn't find anything.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-1226) Various bugs in visual previews of richfaces components
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-1226?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov reassigned JBIDE-1226:
---------------------------------------------
Assignee: Ilya Buziuk (was: Konstantin Marmalyukov)
> Various bugs in visual previews of richfaces components
> -------------------------------------------------------
>
> Key: JBIDE-1226
> URL: https://issues.jboss.org/browse/JBIDE-1226
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-templates
> Reporter: Gavin King
> Assignee: Ilya Buziuk
> Fix For: LATER
>
> Attachments: calendar.png, calendar_ve.png, dataDefinitionList.png, dataDefinitionList_ve.png, dataTable.png, dataTable_ve.png, dropDownMenu.png, dropDownMenu_ve.png, inputNumberSlider.png, inputNumberSlider_ve.png, modalPanel.png, modalPanel_ve.png, panelBar.png, panelBar_ve.png, panelMenu.png, panelMenu_ve.png, status.png, status_ve.png, toolTip.png, toolTip_ve.png, tree.png, tree_ve.png
>
>
> Here's a list of previews that need fixing:
> rich:calendar won't popup, and puts the button in the wrong place
> rich:dataDefinitionList broken
> rich:dropDownMenu nonfunctional
> rich:panelMenu nonfunctional
> rich:panelBar functional, but rendering is broken
> rich:toolTip nonfunctional
> rich:modalPanel nonfunctional
> rich:dataTable broken
> rich:tree sorta works, but the nodes are not functional and don't render as links
> rich:inputNumberSlider and other sliders are ugly
> a4j:status should show some kind of preview
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[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 reassigned JBIDE-8711:
---------------------------------------------
Assignee: Ilya Buziuk (was: Konstantin Marmalyukov)
> 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: Ilya Buziuk
> Priority: Critical
> Fix For: LATER
>
> 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 was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-16575) Tests for BrowserSim
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16575?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov reassigned JBIDE-16575:
----------------------------------------------
Assignee: Ilya Buziuk (was: Konstantin Marmalyukov)
> Tests for BrowserSim
> --------------------
>
> Key: JBIDE-16575
> URL: https://issues.jboss.org/browse/JBIDE-16575
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: browsersim
> Reporter: Alexey Kazakov
> Assignee: Ilya Buziuk
> Priority: Critical
> Fix For: 4.4.x
>
>
> We should create JUnit tests which will run BrowserSim on both Java platforms: with JavaFX and w/o it. Those tests should check if webkit BS can be run on both platforms and if JavaFX BS can be run on the platform with JavaFX.
> It's probably imposible to have such tests without special Jenkins settings.
> So [~nickboldt]'s help is needed.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-1169) Richfaces skinability in VPE
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-1169?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov reassigned JBIDE-1169:
---------------------------------------------
Assignee: Ilya Buziuk (was: Konstantin Marmalyukov)
> Richfaces skinability in VPE
> ----------------------------
>
> Key: JBIDE-1169
> URL: https://issues.jboss.org/browse/JBIDE-1169
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: visual-page-editor-templates
> Affects Versions: 2.0.0.Beta4
> Reporter: Adrian Mitev
> Assignee: Ilya Buziuk
> Priority: Critical
> Fix For: LATER
>
>
> In the current VPE the richfaces components are shown with gray color. It will be more WYSISWYG if the components are shown with the colors from the selected in web.xml richfaces skin.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-1772) Content Assist Issues (here will be found in 2.0.1 GA issues on content assist)
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-1772?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-1772:
------------------------------------------
Fix Version/s: 4.4.0.Alpha1
(was: LATER)
> Content Assist Issues (here will be found in 2.0.1 GA issues on content assist)
> -------------------------------------------------------------------------------
>
> Key: JBIDE-1772
> URL: https://issues.jboss.org/browse/JBIDE-1772
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 2.0.1
> Reporter: Andrei Scherbovich
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.4.0.Alpha1
>
>
> 2) After taglib declaration in jsp file if user enter "<" then moves the cursor before "<" and try to use content assist, it works not in proper way. Appears something like "f:actionListener type="" />/><"
> 3) Not enough tags in content assist:
> -- can't find <html> tag after taglib declaration in jsp file
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-1772) Content Assist Issues (here will be found in 2.0.1 GA issues on content assist)
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-1772?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov resolved JBIDE-1772.
-------------------------------------------
Resolution: Done
Upstreams are resolved
> Content Assist Issues (here will be found in 2.0.1 GA issues on content assist)
> -------------------------------------------------------------------------------
>
> Key: JBIDE-1772
> URL: https://issues.jboss.org/browse/JBIDE-1772
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 2.0.1
> Reporter: Andrei Scherbovich
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.4.0.Alpha1
>
>
> 2) After taglib declaration in jsp file if user enter "<" then moves the cursor before "<" and try to use content assist, it works not in proper way. Appears something like "f:actionListener type="" />/><"
> 3) Not enough tags in content assist:
> -- can't find <html> tag after taglib declaration in jsp file
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month