[JBoss JIRA] (JBIDE-16319) Generate new content in New Button and New Buttons wizards for JQM 1.4
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16319?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-16319:
-----------------------------------
Description:
Also New Grouped Buttons wizard and New Form Button wizard.
New format does not use data-role="button" and puts all other settings as classes, e.g.
{code}<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>{code}
The remained data-* attribute usage is
1. data-mini in grouped buttons:
{code}<div data-role="controlgroup" data-mini="true">
<a href="#" class="ui-btn ui-corner-all">No icon</a>
<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
</div>{code}
2. data-rel in link button.
*New Button*
!button.png!
*New Buttons*
!buttons.png!
was:
Also New Grouped Buttons wizard and New Form Button wizard.
New format does not use data-role="button" and puts all other settings as classes, e.g.
<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
The remained data-* attribute usage is
1. data-mini in grouped buttons:
<div data-role="controlgroup" data-mini="true">
<a href="#" class="ui-btn ui-corner-all">No icon</a>
<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
</div>
2. data-rel in link button.
> Generate new content in New Button and New Buttons wizards for JQM 1.4
> ----------------------------------------------------------------------
>
> Key: JBIDE-16319
> URL: https://issues.jboss.org/browse/JBIDE-16319
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Alpha1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Alpha2
>
> Attachments: button.png, buttons.png
>
>
> Also New Grouped Buttons wizard and New Form Button wizard.
> New format does not use data-role="button" and puts all other settings as classes, e.g.
> {code}<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>{code}
> The remained data-* attribute usage is
> 1. data-mini in grouped buttons:
> {code}<div data-role="controlgroup" data-mini="true">
> <a href="#" class="ui-btn ui-corner-all">No icon</a>
> <a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
> </div>{code}
> 2. data-rel in link button.
> *New Button*
> !button.png!
> *New Buttons*
> !buttons.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, 3 months
[JBoss JIRA] (JBIDE-16320) NPE when dropping a JQM widget from Palette
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-16320:
--------------------------------------
Summary: NPE when dropping a JQM widget from Palette
Key: JBIDE-16320
URL: https://issues.jboss.org/browse/JBIDE-16320
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.2.0.Alpha2
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 4.2.0.Alpha2
1. Create the following html file:
{code}
<!DOCTYPE html>
<html>
</html>
{code}
2. Open the file with JBoss Tools HTML Editor
3. DnD a page from JQM palette
4. There is a NPE in Eclipse log:
{code}
java.lang.NullPointerException
at org.eclipse.gef.tools.AbstractTool.setViewer(AbstractTool.java:1532)
at org.eclipse.gef.tools.AbstractTool.mouseUp(AbstractTool.java:1197)
at org.eclipse.gef.tools.SelectionTool.mouseUp(SelectionTool.java:575)
at org.eclipse.gef.EditDomain.mouseUp(EditDomain.java:301)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseReleased(DomainEventDispatcher.java:380)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(LightweightSystem.java:548)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4410)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3760)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3381)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:146)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:613)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:109)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:80)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:372)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:226)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
{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, 3 months
[JBoss JIRA] (JBIDE-16319) Generate new content in New Button wizard for JQM 1.4
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16319?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich updated JBIDE-16319:
------------------------------------------
Description:
Also New Grouped Buttons wizard and New Form Button wizard.
New format does not use data-role="button" and puts all other settings as classes, e.g.
<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
The remained data-* attribute usage is
1. data-mini in grouped buttons:
<div data-role="controlgroup" data-mini="true">
<a href="#" class="ui-btn ui-corner-all">No icon</a>
<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
</div>
2. data-rel in link button.
was:
Also New Grouped Buttons wizard and New Form Button wizard.
New format does not use data-role="button" and puts all other settings as classes, e.g.
<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
The only data-* attribute usage is for data-mini in grouped buttons:
<div data-role="controlgroup" data-mini="true">
<a href="#" class="ui-btn ui-corner-all">No icon</a>
<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
</div>
> Generate new content in New Button wizard for JQM 1.4
> -----------------------------------------------------
>
> Key: JBIDE-16319
> URL: https://issues.jboss.org/browse/JBIDE-16319
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Alpha1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Alpha2
>
>
> Also New Grouped Buttons wizard and New Form Button wizard.
> New format does not use data-role="button" and puts all other settings as classes, e.g.
> <a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
> The remained data-* attribute usage is
> 1. data-mini in grouped buttons:
> <div data-role="controlgroup" data-mini="true">
> <a href="#" class="ui-btn ui-corner-all">No icon</a>
> <a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
> </div>
> 2. data-rel in link button.
--
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, 3 months
[JBoss JIRA] (JBIDE-16319) Generate new content in New Button wizard for JQM 1.4
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16319?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich updated JBIDE-16319:
------------------------------------------
Description:
Also New Grouped Buttons wizard and New Form Button wizard.
New format does not use data-role="button" and puts all other settings as classes, e.g.
<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
The only data-* attribute usage is for data-mini in grouped buttons:
<div data-role="controlgroup" data-mini="true">
<a href="#" class="ui-btn ui-corner-all">No icon</a>
<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
</div>
was:
Also New Grouped Buttons wizard and New Form Button wizard.
New format does not use data-role="button" and puts all other settings to as classes, e.g.
<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
The only data-* attribute usage is for data-mini in grouped buttons:
<div data-role="controlgroup" data-mini="true">
<a href="#" class="ui-btn ui-corner-all">No icon</a>
<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
</div>
> Generate new content in New Button wizard for JQM 1.4
> -----------------------------------------------------
>
> Key: JBIDE-16319
> URL: https://issues.jboss.org/browse/JBIDE-16319
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Alpha1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Alpha2
>
>
> Also New Grouped Buttons wizard and New Form Button wizard.
> New format does not use data-role="button" and puts all other settings as classes, e.g.
> <a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
> The only data-* attribute usage is for data-mini in grouped buttons:
> <div data-role="controlgroup" data-mini="true">
> <a href="#" class="ui-btn ui-corner-all">No icon</a>
> <a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
> </div>
--
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, 3 months
[JBoss JIRA] (JBIDE-16319) Generate new content in New Button wizard for JQM 1.4
by Viacheslav Kabanovich (JIRA)
Viacheslav Kabanovich created JBIDE-16319:
---------------------------------------------
Summary: Generate new content in New Button wizard for JQM 1.4
Key: JBIDE-16319
URL: https://issues.jboss.org/browse/JBIDE-16319
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.2.0.Alpha1
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 4.2.0.Alpha2
Also New Grouped Buttons wizard and New Form Button wizard.
New format does not use data-role="button" and puts all other settings to as classes, e.g.
<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
The only data-* attribute usage is for data-mini in grouped buttons:
<div data-role="controlgroup" data-mini="true">
<a href="#" class="ui-btn ui-corner-all">No icon</a>
<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
</div>
--
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, 3 months
[JBoss JIRA] (JBIDE-13407) Jar signing for JBT plugins/features
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13407?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-13407:
------------------------------------
We're already trying but it's entirely dependent on engineering hardware budgets. If they build it, we will sign.
> Jar signing for JBT plugins/features
> ------------------------------------
>
> Key: JBIDE-13407
> URL: https://issues.jboss.org/browse/JBIDE-13407
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, updatesite
> Affects Versions: 3.3.2.Final, 4.0.0.Final, 4.1.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: LATER
>
> Attachments: dialog_do-you-trust-these-certs.png, jbds-signed-plugins.png, JBDS6-STS272-install-from-central-Unsigned-Content-Warning.png, no-more-jboss-unsigned-content-but-what-about-org.sonatype.png
>
>
> Investigate jar signing processes/options and locations of certs we can use for signing of JBIDE / JBTIS community jars for repackaging into JBDS product.
> Goal is to avoid seeing warning about installing unsigned content from Eclipse Marketplace, p2 installer, or JBoss Central.
--
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, 3 months