[JBoss JIRA] (JBIDE-17171) Tab jQuery of Properties View: Cosmetic problems
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17171?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich edited comment on JBIDE-17171 at 5/30/14 2:41 PM:
------------------------------------------------------------------------
It was not meant to have checkboxes 'Ajax' and 'Enhance' layouted in the same way in all forms. When they both appeared on a customized form, I put them in one line, which was useful to save area in case of many controls. Some widgets have no customized form, and by default all controls are put in one column. But I am ready to agree that even in the default form, we can always put 'Ajax' and 'Enhance' in one line. [~akazakov], should we do that? Is it ok to add one more PR to this issue, or is it better to create new task?
was (Author: scabanovich):
It was not meant to have checkboxes 'Ajax' and 'Enhance' layouted in the same way in all forms. When they both appeared on a customized form, I put them in one line, which useful to save area in case of many controls. Some widgets have no customized form, and by default all controls are put in one column. But I am ready to agree that even in the default form, we can always put 'Ajax' and 'Enhance' in one line. [~akazakov], should we do that? Is it ok to add one more PR to this issue, or is it better to create new task?
> Tab jQuery of Properties View: Cosmetic problems
> ------------------------------------------------
>
> Key: JBIDE-17171
> URL: https://issues.jboss.org/browse/JBIDE-17171
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta1
> Reporter: Daniel Azarov
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Fix For: 4.2.0.Beta3
>
> Attachments: JQContent2.png, JQExtraSeparators.png, JQMProperties5.png
>
>
> 1. Extra separators
> Test case:
> EXECUTE:
> 1. Create HTML 5 file:
> {code}
> <!DOCTYPE html>
> <html>
> <head>
> <meta name="viewport" content="width=device-width, initial-scale=1">
> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css" />
> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
> <script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
> </head>
> <body>
> <div data-role="dialog">
> </div>
> </body>
> </html>
> {code}
> 2. Open file in Visual Page Editor
> 3. Select tag "div"
> 4. Open tab "jQuery" of Properties View
> FAIL:
> !JQExtraSeparators.png!
> 2. Different size of field "Data Role"
> !JQContent2.png!
> !JQExtraSeparators.png!
> -3. Code assist sign (yellow bulb icon) does not make sense with every field-
> -For instance, field "Tolerance", if you press Ctrl+Space - nothing happen.-
> !JQMProperties5.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17479) Add reference to JS/CSS dialog is empty
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17479?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-17479:
----------------------------------------
It may be a linux specific problem. Sometimes I see that not-updated-until-resize problem in other SWT views in Eclipse in my ubuntu.
> Add reference to JS/CSS dialog is empty
> ---------------------------------------
>
> Key: JBIDE-17479
> URL: https://issues.jboss.org/browse/JBIDE-17479
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Fedora 18 64bit KDE
> Java Oracle 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta3
>
>
> 1. Create new empty HTML file
> 2. Try to insert tag from JQuery Mobile Palette
> 3. Check checkbox Add Reference to JS/CSS
> 4. Click Next >
> ERROR: Wizard page is empty no widgets present
> 5. Click < Back
> 6. Click Hide Preview
> 7. Click Show Preview
> 8. Click Next >
> ASSERT: Now wizard page has proper content
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17479) Add reference to JS/CSS dialog is empty
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17479?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-17479:
-----------------------------------------------
While implementing second page, I have seen this effect several times, until I found a nice combination of invoking update/layout methods. After that I have never seen it again, but these voodoo dances around swt control updates suggest that some still may go wrong. [~vpakan], please when you reproduce the empty dialog page once more, try just to resize its window as step 5. If all controls appear, then it is this - swt fails to layout controls despite all updates.
> Add reference to JS/CSS dialog is empty
> ---------------------------------------
>
> Key: JBIDE-17479
> URL: https://issues.jboss.org/browse/JBIDE-17479
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Fedora 18 64bit KDE
> Java Oracle 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta3
>
>
> 1. Create new empty HTML file
> 2. Try to insert tag from JQuery Mobile Palette
> 3. Check checkbox Add Reference to JS/CSS
> 4. Click Next >
> ERROR: Wizard page is empty no widgets present
> 5. Click < Back
> 6. Click Hide Preview
> 7. Click Show Preview
> 8. Click Next >
> ASSERT: Now wizard page has proper content
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBDS-3054) Seeing recurring, almost constant core dumps with JBDS 8.0.beta2 on RHEL 6.5
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3054?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-3054 at 5/30/14 2:15 PM:
-----------------------------------------------------------
Sample Eclipse console log showing the crash and SIGSEGV:
[^eclipse.log.WedMay28_111225EDT2014.txt]
(This was with Fedora 18 x64 and JDK 1.8.0, so it's not VM-specific.)
was (Author: nickboldt):
Sample Eclipse console log showing the crash and SIGSEGV:
[^eclipse.log.WedMay28_111225EDT2014.txt]
> Seeing recurring, almost constant core dumps with JBDS 8.0.beta2 on RHEL 6.5
> ----------------------------------------------------------------------------
>
> Key: JBDS-3054
> URL: https://issues.jboss.org/browse/JBDS-3054
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build
> Affects Versions: 8.0.0.Beta2
> Environment: JBDS 8.0.beta2
> RHEL 6.5
> uname -a
> Linux 2.6.32-431.11.2.el6.x86_64 #1 SMP Mon Mar 3 13:32:45 EST 2014 x86_64 x86_64 x86_64 GNU/Linux
> OpenJDK 1.7
> Reporter: Len DiMaggio
> Assignee: Snjezana Peco
> Priority: Critical
> Attachments: eclipse.log.WedMay28_111225EDT2014.txt
>
>
> After installing JBDS 8.0.beta2 on RHEL 6.5, I am seeing JBDS core dump and exit while performing simple tasks such as defining a new server, or sometimes even when just opening the IDE.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17480) Error in validation of jboss-deployment-structure.xml
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17480?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-17480:
----------------------------------------
So the XML validator works correctly here. [~emil.cervenan] where did you get this jboss-deployment-structure.xml?
> Error in validation of jboss-deployment-structure.xml
> -----------------------------------------------------
>
> Key: JBIDE-17480
> URL: https://issues.jboss.org/browse/JBIDE-17480
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Environment: Version: 8.0.0.Beta1
> Build id: Beta1-v20140408-2350-B93
> Build date: 20140408-2350
> Reporter: Emil Cervenan
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta3
>
>
> Wrong validation error on jboss-deployment-structure.xml file:
> {code}
> <jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
> <deployment>
> <dependencies>
> <module name="org.apache.log4j" slot="main" export="true"/>
> </dependencies>
> <exclusions>
> <module name="org.hibernate"/>
> </exclusions>
> </deployment>
> </jboss-deployment-structure>
> {code}
> Error:
> {code}
> cvc-complex-type.2.4.b: The content of element 'deployment' is not complete. One of '{"urn:jboss:deployment-structure:1.2":module-alias, "urn:jboss:deployment-structure:1.2":exports, "urn:jboss:deployment-structure:1.2":resources, "urn:jboss:deployment-structure:1.2":transformers, "urn:jboss:deployment-structure:1.2":local-last, "urn:jboss:deployment-structure:1.2":exclude-subsystems}' is expected.
> {code}
> Same for urn:jboss:deployment-structure:1.1.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBDS-3054) Seeing recurring, almost constant core dumps with JBDS 8.0.beta2 on RHEL 6.5
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3054?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-3054 at 5/30/14 2:09 PM:
-----------------------------------------------------------
This happens w/ plain Eclipse Luna M7 (JEE Bundle) with JBT installed into it too, on Fedora 18 and 20 (x86_64). I think this duplicates or at least relates to earlier issues you opened for Beta1 re: internal browser / SWT / GTK3.
was (Author: nickboldt):
This happens w/ plain Eclipse Luna M7 with JBT installed into it too, on Fedora 18 and 20. I think this duplicates an earlier issue you opened for Beta1.
> Seeing recurring, almost constant core dumps with JBDS 8.0.beta2 on RHEL 6.5
> ----------------------------------------------------------------------------
>
> Key: JBDS-3054
> URL: https://issues.jboss.org/browse/JBDS-3054
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build
> Affects Versions: 8.0.0.Beta2
> Environment: JBDS 8.0.beta2
> RHEL 6.5
> uname -a
> Linux 2.6.32-431.11.2.el6.x86_64 #1 SMP Mon Mar 3 13:32:45 EST 2014 x86_64 x86_64 x86_64 GNU/Linux
> OpenJDK 1.7
> Reporter: Len DiMaggio
> Assignee: Snjezana Peco
> Priority: Critical
> Attachments: eclipse.log.WedMay28_111225EDT2014.txt
>
>
> After installing JBDS 8.0.beta2 on RHEL 6.5, I am seeing JBDS core dump and exit while performing simple tasks such as defining a new server, or sometimes even when just opening the IDE.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17480) Error in validation of jboss-deployment-structure.xml
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17480?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-17480:
-----------------------------------------------
This is not related to JBIDE-14629.
Schema jboss-deployment-structure-1_2.xsd defines element "module-alias" as required child of element "deployment". Other elements are optional, but they are all mentioned in the message because children of "deployment" may appear in any order. Maybe element "module-alias" could be optional as well, but it is not so for some years, and it is up to wildfly's developers to decide if it should be changed.
> Error in validation of jboss-deployment-structure.xml
> -----------------------------------------------------
>
> Key: JBIDE-17480
> URL: https://issues.jboss.org/browse/JBIDE-17480
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Environment: Version: 8.0.0.Beta1
> Build id: Beta1-v20140408-2350-B93
> Build date: 20140408-2350
> Reporter: Emil Cervenan
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta3
>
>
> Wrong validation error on jboss-deployment-structure.xml file:
> {code}
> <jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
> <deployment>
> <dependencies>
> <module name="org.apache.log4j" slot="main" export="true"/>
> </dependencies>
> <exclusions>
> <module name="org.hibernate"/>
> </exclusions>
> </deployment>
> </jboss-deployment-structure>
> {code}
> Error:
> {code}
> cvc-complex-type.2.4.b: The content of element 'deployment' is not complete. One of '{"urn:jboss:deployment-structure:1.2":module-alias, "urn:jboss:deployment-structure:1.2":exports, "urn:jboss:deployment-structure:1.2":resources, "urn:jboss:deployment-structure:1.2":transformers, "urn:jboss:deployment-structure:1.2":local-last, "urn:jboss:deployment-structure:1.2":exclude-subsystems}' is expected.
> {code}
> Same for urn:jboss:deployment-structure:1.1.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBDS-3054) Seeing recurring, almost constant core dumps with JBDS 8.0.beta2 on RHEL 6.5
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3054?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-3054:
-----------------------------
Attachment: eclipse.log.WedMay28_111225EDT2014.txt
Sample Eclipse console log showing the crash and SIGSEGV:
[^eclipse.log.WedMay28_111225EDT2014.txt]
> Seeing recurring, almost constant core dumps with JBDS 8.0.beta2 on RHEL 6.5
> ----------------------------------------------------------------------------
>
> Key: JBDS-3054
> URL: https://issues.jboss.org/browse/JBDS-3054
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build
> Affects Versions: 8.0.0.Beta2
> Environment: JBDS 8.0.beta2
> RHEL 6.5
> uname -a
> Linux 2.6.32-431.11.2.el6.x86_64 #1 SMP Mon Mar 3 13:32:45 EST 2014 x86_64 x86_64 x86_64 GNU/Linux
> OpenJDK 1.7
> Reporter: Len DiMaggio
> Assignee: Snjezana Peco
> Priority: Critical
> Attachments: eclipse.log.WedMay28_111225EDT2014.txt
>
>
> After installing JBDS 8.0.beta2 on RHEL 6.5, I am seeing JBDS core dump and exit while performing simple tasks such as defining a new server, or sometimes even when just opening the IDE.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17479) Add reference to JS/CSS dialog is empty
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17479?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-17479:
----------------------------------------
I cannot reproduce this problem.
[~vpakan] could you please give us more details? Or even make a screencast?
> Add reference to JS/CSS dialog is empty
> ---------------------------------------
>
> Key: JBIDE-17479
> URL: https://issues.jboss.org/browse/JBIDE-17479
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Fedora 18 64bit KDE
> Java Oracle 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta3
>
>
> 1. Create new empty HTML file
> 2. Try to insert tag from JQuery Mobile Palette
> 3. Check checkbox Add Reference to JS/CSS
> 4. Click Next >
> ERROR: Wizard page is empty no widgets present
> 5. Click < Back
> 6. Click Hide Preview
> 7. Click Show Preview
> 8. Click Next >
> ASSERT: Now wizard page has proper content
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17479) Add reference to JS/CSS dialog is empty
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17479?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-17479:
----------------------------------------
[~dazarov] could you please verify this on Windows as well?
> Add reference to JS/CSS dialog is empty
> ---------------------------------------
>
> Key: JBIDE-17479
> URL: https://issues.jboss.org/browse/JBIDE-17479
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Fedora 18 64bit KDE
> Java Oracle 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta3
>
>
> 1. Create new empty HTML file
> 2. Try to insert tag from JQuery Mobile Palette
> 3. Check checkbox Add Reference to JS/CSS
> 4. Click Next >
> ERROR: Wizard page is empty no widgets present
> 5. Click < Back
> 6. Click Hide Preview
> 7. Click Show Preview
> 8. Click Next >
> ASSERT: Now wizard page has proper content
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months