[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:
------------------------------------------
Assignee: Konstantin Marmalyukov (was: Yahor Radtsevich)
> 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: LATER
>
>
> 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 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-12274) BrowserSim borks on jquery mobile (RHEL 6.1)
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12274?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-12274:
-------------------------------------------
Assignee: Konstantin Marmalyukov (was: Yahor Radtsevich)
> BrowserSim borks on jquery mobile (RHEL 6.1)
> --------------------------------------------
>
> Key: JBIDE-12274
> URL: https://issues.jboss.org/browse/JBIDE-12274
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Affects Versions: 3.3.0.CR1
> Environment: RHEL 6.1
> JBoss Developer Studio 5.0.0.CR1
> Reporter: Gabriel De Repentigny
> Assignee: Konstantin Marmalyukov
> Labels: upstream
> Fix For: 4.0.0.Alpha1, 4.1.x
>
> Attachments: jQMrefsRemoved.png, midori-browsersim.png, midori-browsersim.png, python-tabbed-browser.png, Screenshot-BrowserSim .png, windows-7_Safari-5.1.2-7534.52.7.png
>
>
> I'm walking through the JBoss Way Ticket Monster lab. JDS's BrowserSim borks while trying to render mobile.html (pasted below) which is part of the tutorial.
> The problem seems to be with the jquery mobile js file. If you take that include out, it renders (sans-mobile styling).
> {code:xml}
> <!DOCTYPE html>
> <html>
> <head>
> <title>jQuery Mobile Template</title>
> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
> <meta name="viewport" content="width=device-width, initial-scale=1" />
> <link rel="stylesheet"
> href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" />
> <script type="text/javascript"
> src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
> <script type="text/javascript"
> src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
> <script type="text/javascript">
> $(document).on("pageinit", "#page1", function(event){
> alert("Ready To Go");
> });
> $.getJSON("rest/events", function(events) {
> // console.log("returned are " + results);
> var listOfEvents = $("#listOfItems");
> listOfEvents.empty();
> $.each(events, function(index, event) {
> // console.log(event.name);
> listOfEvents.append("<li><a href=’#’>" + event.name + "</a>");
> });
> listOfEvents.listview("refresh");
> });
> </script>
> </head>
> <body>
> <div data-role="page" id="page1">
> <div data-role="header">
> <h1>jQuery Mobile</h1>
> </div>
> <div data-role="content">
> <ul id="listOfItems" data-role="listview" data-inset="true"
> data-filter="true">
> <li><a href="">One</a></li>
> <li><a href="">Two</a></li>
> <li><a href="">Three</a></li>
> </ul>
> </div>
> <div data-role="footer">
> <h4>www.jboss.org/developer</h4>
> </div>
> </div>
> </body>
> </html>
> {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-9292) Show as EL toolbar button does not affect values set through Page Design Options dialog
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-9292?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-9292:
------------------------------------------
Assignee: Konstantin Marmalyukov (was: Yahor Radtsevich)
> Show as EL toolbar button does not affect values set through Page Design Options dialog
> ---------------------------------------------------------------------------------------
>
> Key: JBIDE-9292
> URL: https://issues.jboss.org/browse/JBIDE-9292
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 3.3.0.M1
> Reporter: Maxim Areshkau
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: 4.2.x
>
> Attachments: el-pressed.png, page-design-options.png, show-el-not-pressed.png
>
>
> *Steps to reproduce:*
> # Create a JSF project
> # Create a JSPX page with the following content:
> {code:xml|title=test.jspx}
> <input type="submit" value="${hello}"/>${hello}
> {code}
> # Open Page Design Options dialog->Substitutes EL-expressions
> # Create expression {{hello}} with value {{Hello World!}} and press OK
> # Click show bundle's messages as EL expressions button on the toolbar
> *Actual result:*
> ${hello} expressions are substituted by {{Hello World!}}
> *Expected result:*
> ${hello} expressions are not substituted and shown as is
--
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-11430) Multiple selection in Source Editor is not properly reflected in Visual Editor
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-11430?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-11430:
-------------------------------------------
Assignee: Konstantin Marmalyukov (was: Yahor Radtsevich)
> Multiple selection in Source Editor is not properly reflected in Visual Editor
> ------------------------------------------------------------------------------
>
> Key: JBIDE-11430
> URL: https://issues.jboss.org/browse/JBIDE-11430
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 3.3.0.Beta2
> Environment: Linux 32 bit, JBT Beta2 H134
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: 4.2.x
>
> Attachments: correctVisualSelection.png, incorrectVisualSelection.png, vpemultipleselection
>
>
> 1. Create JSF 1.2 Kickstart project
> 2. Open hello.jsp page
> 3. Select this part of page source code via mouse:
> {noformat}
> <h:outputText value="#{Message.hello_message}" />,
> <h:outputText value="#{user.name}" />!
> {noformat}
> 4. Selection displayed within Visual Editor is proper
> !correctVisualSelection.png!
> 5. Select the same text with keyboard
> 6. Even the same text is selected within Source Editor selection in Visual Editor is different and incorrect.
> !incorrectVisualSelection.png!
> After 30 seconds multiple selection appears in Visual Editor but it's really to late. Should be much faster.
--
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-5969) Add Action Binding feature to VPE
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-5969?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-5969:
------------------------------------------
Assignee: Konstantin Marmalyukov (was: Yahor Radtsevich)
> Add Action Binding feature to VPE
> ---------------------------------
>
> Key: JBIDE-5969
> URL: https://issues.jboss.org/browse/JBIDE-5969
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: visual-page-editor-core
> Affects Versions: 3.1.0.CR2
> Reporter: Yahor Radtsevich
> Assignee: Konstantin Marmalyukov
> Fix For: LATER
>
> Attachments: image1.png
>
>
> A way to bind JSF widgets to actions is needed.
> The binding could be implemented as 'Action Binding' dialog, which would be invoked by double-click on a widget or by content menu (see image1.png).
--
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