[JBoss JIRA] (JBIDE-19569) Unable to switch pages shown in visual preview when editing mobile html5
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19569?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-19569:
---------------------------------------
Wait, but in that case, shouldn't the user also be able to at least go back to that first page? Because if you click a button that takes you to a new page, but you don't have a button to get back, you're stuck on the second page. Unless you close and open the html file.
> Unable to switch pages shown in visual preview when editing mobile html5
> ------------------------------------------------------------------------
>
> Key: JBIDE-19569
> URL: https://issues.jboss.org/browse/JBIDE-19569
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.3.Final
> Reporter: Martin Malina
> Assignee: Konstantin Marmalyukov
>
> I'm not sure if my use case is valid or not.
> But today I tried something [1] and had a html5 using the jQuery Mobile 1.4 template, then I created a new page. The Visual part of the editor shows the first page (div with data-role="page") in the html, but it's impossible to show the second one.
> So I thought: OK, I will add a button to the first page linking to the second page. But once I clicked the button, there was no way to get back and show the first page in the visual preview.
> Shouldn't we offer some kind of navigation? Either the possibility to view different pages in the html, or at least a Back button?
> But maybe I just just misunderstand how this works - maybe this is not a valid request - I'll be happy to be corrected :)
> [1] I was reviewing a howto document that actually describes exactly this scenario - create html5 from the template and then add a new Page to it using the palette.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (TOOLSDOC-628) JBDS-IS 8.0.1 RN: QE and PM Review
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-628?page=com.atlassian.jira.plug... ]
Misha Ali reassigned TOOLSDOC-628:
----------------------------------
Assignee: Andrej Podhradsky (was: Misha Ali)
> JBDS-IS 8.0.1 RN: QE and PM Review
> ----------------------------------
>
> Key: TOOLSDOC-628
> URL: https://issues.jboss.org/browse/TOOLSDOC-628
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Sub-task
> Components: Release Notes
> Reporter: Misha Ali
> Assignee: Andrej Podhradsky
>
> Asked [~pleacu] and [~apodhrad] to have a look at the draft version of the Release Notes and provide feedback on any missing items or changes required.
> Waiting on Bob (or someone else) to confirm whether all BPMN2 1.1.2 issues should be included or if we need a subset.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (TOOLSDOC-628) JBDS-IS 8.0.1 RN: QE and PM Review
by Misha Ali (JIRA)
Misha Ali created TOOLSDOC-628:
----------------------------------
Summary: JBDS-IS 8.0.1 RN: QE and PM Review
Key: TOOLSDOC-628
URL: https://issues.jboss.org/browse/TOOLSDOC-628
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Sub-task
Components: Release Notes
Reporter: Misha Ali
Assignee: Misha Ali
Asked [~pleacu] and [~apodhrad] to have a look at the draft version of the Release Notes and provide feedback on any missing items or changes required.
Waiting on Bob (or someone else) to confirm whether all BPMN2 1.1.2 issues should be included or if we need a subset.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19569) Unable to switch pages shown in visual preview when editing mobile html5
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19569?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov commented on JBIDE-19569:
------------------------------------------------
{quote}That you can click a button in the visual preview and it will take you to the next page (where the link leads){quote}
I look through the code, this is not a bug, works as designed. We don't disable this links, if we do it - user will have no chance to see any page except first in Visual/Source Tab in one-page-app.
> Unable to switch pages shown in visual preview when editing mobile html5
> ------------------------------------------------------------------------
>
> Key: JBIDE-19569
> URL: https://issues.jboss.org/browse/JBIDE-19569
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.3.Final
> Reporter: Martin Malina
> Assignee: Konstantin Marmalyukov
>
> I'm not sure if my use case is valid or not.
> But today I tried something [1] and had a html5 using the jQuery Mobile 1.4 template, then I created a new page. The Visual part of the editor shows the first page (div with data-role="page") in the html, but it's impossible to show the second one.
> So I thought: OK, I will add a button to the first page linking to the second page. But once I clicked the button, there was no way to get back and show the first page in the visual preview.
> Shouldn't we offer some kind of navigation? Either the possibility to view different pages in the html, or at least a Back button?
> But maybe I just just misunderstand how this works - maybe this is not a valid request - I'll be happy to be corrected :)
> [1] I was reviewing a howto document that actually describes exactly this scenario - create html5 from the template and then add a new Page to it using the palette.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBDS-3403) cannot use oracle service name in datasource creation
by Mustafa Musaji (JIRA)
[ https://issues.jboss.org/browse/JBDS-3403?page=com.atlassian.jira.plugin.... ]
Mustafa Musaji updated JBDS-3403:
---------------------------------
Component/s: runtime
> cannot use oracle service name in datasource creation
> -----------------------------------------------------
>
> Key: JBDS-3403
> URL: https://issues.jboss.org/browse/JBDS-3403
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: runtime
> Affects Versions: 8.0.2.GA
> Reporter: Tom Fonteyne
>
> When connecting to an Oracle data source, a SID is required for a connection and a service name can not be used.
> The Oracle URL formats are:
> With a SID you use ":sid" at the end
> jdbc:oracle:thin:@//oraclehost:1521:mysid
> with a service name you use "/myservicename"
> jdbc:oracle:thin:@//oraclehost:1521/myservicename
> The dialog box prevent removing the ":" and replacing it with the needed "/"
> (not even via the driver definition where you seem to be allowed to set the url format...)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBDS-3403) cannot use oracle service name in datasource creation
by Mustafa Musaji (JIRA)
[ https://issues.jboss.org/browse/JBDS-3403?page=com.atlassian.jira.plugin.... ]
Mustafa Musaji updated JBDS-3403:
---------------------------------
Component/s: (was: central)
> cannot use oracle service name in datasource creation
> -----------------------------------------------------
>
> Key: JBDS-3403
> URL: https://issues.jboss.org/browse/JBDS-3403
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Affects Versions: 8.0.2.GA
> Reporter: Tom Fonteyne
>
> When connecting to an Oracle data source, a SID is required for a connection and a service name can not be used.
> The Oracle URL formats are:
> With a SID you use ":sid" at the end
> jdbc:oracle:thin:@//oraclehost:1521:mysid
> with a service name you use "/myservicename"
> jdbc:oracle:thin:@//oraclehost:1521/myservicename
> The dialog box prevent removing the ":" and replacing it with the needed "/"
> (not even via the driver definition where you seem to be allowed to set the url format...)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19579) Context vs Contexts
by Rastislav Wagner (JIRA)
Rastislav Wagner created JBIDE-19579:
----------------------------------------
Summary: Context vs Contexts
Key: JBIDE-19579
URL: https://issues.jboss.org/browse/JBIDE-19579
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: cdi
Affects Versions: 4.3.0.Alpha1
Reporter: Rastislav Wagner
Priority: Minor
Fix For: 4.3.0.Alpha2
Just a small inconsistency - sometimes in JBT there's Context and Dependency Injection or Context*s* and Dependency Injection.
Most references use Context not Context*s*. The correct one is the second one.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years