[JBoss JIRA] (ERT-745) [StyledText] Support disabled look in StyledText widget [EBZ#4745]
by Friendly Jira Robot (Jira)
Friendly Jira Robot created ERT-745:
---------------------------------------
Summary: [StyledText] Support disabled look in StyledText widget [EBZ#4745]
Key: ERT-745
URL: https://issues.jboss.org/browse/ERT-745
Project: Eclipse Release Train
Issue Type: Task
Components: Platform
Reporter: Friendly Jira Robot
To see the problem, launch the Control example and go to the Text tab.
Toggle the Enabled flag to off.
Notice that the Text widget looks disabled but not the StyledText one.
(it's labeled as RichText -- has been fixed in Eclipse View copy of Controls Example)
For consistency, I think we should supply a Disabled look for StyledText.
NOTES:
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (ERT-746) [GTK] DateTime drop-down popup shell does not hiding on focus lost [EBZ#547811]
by Friendly Jira Robot (Jira)
Friendly Jira Robot created ERT-746:
---------------------------------------
Summary: [GTK] DateTime drop-down popup shell does not hiding on focus lost [EBZ#547811]
Key: ERT-746
URL: https://issues.jboss.org/browse/ERT-746
Project: Eclipse Release Train
Issue Type: Task
Components: Platform
Reporter: Friendly Jira Robot
Debian Stretch
GTK 3.22.30
Eclipse SDK 4.12M3.
When DateTime losts focus or when moving shell, drop down popup does not dissappear.
It also reflects on GTK2 on SWT 3.108.
It appears on the main shell of the application, but it does not appear on sub shell with style SWT.ON_TOP.
If we comment the string DateTime.java:517 (handleFocus(SWT.FocusOut);) everything works fine. But i don't what this popupFilter needs for.
I also attached snippet and video which reproduce the problem.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (ERT-741) [WAYLAND] [HiDPI] Some icons scaled incorrect [EBZ#507020]
by Eric Williams (Jira)
[ https://issues.jboss.org/browse/ERT-741?page=com.atlassian.jira.plugin.sy... ]
Eric Williams resolved ERT-741.
-------------------------------
Resolution: Done
> [WAYLAND] [HiDPI] Some icons scaled incorrect [EBZ#507020]
> ----------------------------------------------------------
>
> Key: ERT-741
> URL: https://issues.jboss.org/browse/ERT-741
> Project: Eclipse Release Train
> Issue Type: Task
> Components: Platform
> Reporter: Friendly Jira Robot
> Assignee: Eric Williams
> Priority: Major
> Labels: 4.13, SWT, bzira
>
> Testing Eclipse 4.6.1 with Wayland on Fedora 25 on a Macbook with retina display.
> When I start up eclipse on the retina display the icons in menues, and the header of the editor, header of the navigation sidebar and the icons in the navigation sidebar are scaled to about double the expected size. However, the icons in the toolbar is scaled correctly.
> Then when I attach a secondary screen with a regular resolution and move eclipse to that screen. It seems that ALL the icons, including the toolbar, gets scaled to double the expected size.
> Under X everything seems to be scaled as I expect.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (JBIDE-26750) Update CDI.itests to run on java 11
by Ondrej Dockal (Jira)
[ https://issues.jboss.org/browse/JBIDE-26750?page=com.atlassian.jira.plugi... ]
Ondrej Dockal updated JBIDE-26750:
----------------------------------
Description:
*Description of the task from [~odockal]:*
As I said some time ago, would be awesome to also have test project running on Java 11 in case that test are running on machine with jdk 11. Also, I can see that this condition repeats in every class, do you dare to extract it somewhere else and just call in @requirementResctriction annotated method?
Let's put it into some utility class, that's an easiest solution.
Update:
I can image that server family and version would be parametrized in pom. One could have parameter ie. server.family and server.version and so any update to server and its version could happen in one place at once.
And you can run test for both server eap and wildfly driven by param in jenkins.
was:
*Description of the task from [~odockal]:*
As I said some time ago, would be awesome to also have test project running on Java 11 in case that test are running on machine with jdk 11. Also, I can see that this condition repeats in every class, do you dare to extract it somewhere else and just call in @requirementResctriction annotated method?
Let's put it into some utility class, that's an easiest solution.
> Update CDI.itests to run on java 11
> -----------------------------------
>
> Key: JBIDE-26750
> URL: https://issues.jboss.org/browse/JBIDE-26750
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: cdi
> Affects Versions: 4.13.0.AM1
> Reporter: Zbyněk Červinka
> Assignee: Zbyněk Červinka
> Priority: Major
> Fix For: 4.13.0.AM1
>
>
> *Description of the task from [~odockal]:*
> As I said some time ago, would be awesome to also have test project running on Java 11 in case that test are running on machine with jdk 11. Also, I can see that this condition repeats in every class, do you dare to extract it somewhere else and just call in @requirementResctriction annotated method?
> Let's put it into some utility class, that's an easiest solution.
> Update:
> I can image that server family and version would be parametrized in pom. One could have parameter ie. server.family and server.version and so any update to server and its version could happen in one place at once.
> And you can run test for both server eap and wildfly driven by param in jenkins.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (JBIDE-26751) Content Assist item in the Edit menu is missing when cursor is placed between the angle brackets ('<' and '>') in the beans.xml (CDI project) file
by Zbyněk Červinka (Jira)
Zbyněk Červinka created JBIDE-26751:
---------------------------------------
Summary: Content Assist item in the Edit menu is missing when cursor is placed between the angle brackets ('<' and '>') in the beans.xml (CDI project) file
Key: JBIDE-26751
URL: https://issues.jboss.org/browse/JBIDE-26751
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi
Environment: OS X 10.14.6
Reporter: Zbyněk Červinka
Attachments: example_of_context_menu_which_is_present.png, missing_context_menu.png
When running the BeansXMLCompletionTestCDI20.class, the Content Assist item in the Edit menu is being checked. See the "missing_context_menu.png" image in the attachment to see the situation and the missing Content Assist item in the Edit menu. Then see the "example_of_context_menu_which_is_present.png" - here is captured the situation where the Content Assist item is present.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months