Bug 488675 - [DataBinding] DataBinding doesn't work with Radio buttons on Mac OS X with latest Java 8 updates
Summary: [DataBinding] DataBinding doesn't work with Radio buttons on Mac OS X with la...
Status: REOPENED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4.2   Edit
Hardware: Macintosh Mac OS X
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-29 05:06 EST by Milan Vahala CLA
Modified: 2020-08-22 05:55 EDT (History)
2 users (show)

See Also:


Attachments
Snippet to reproduce the bug (2.23 KB, application/octet-stream)
2016-02-29 05:06 EST, Milan Vahala CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Vahala CLA 2016-02-29 05:06:00 EST
Created attachment 259984 [details]
Snippet to reproduce the bug

DataBinding works only for first selections of radio button. The bug is reproducible only with latest Java 8 updates (e. g. 8u65 and 8u73: bug happen, 8u40: everything works fine).

Run attached snippet to reproduce the bug. Click on all three radio buttons in the snippet and check label in the bottom of the shell changes. Then click on the three radio-buttons again. Now the label on the bottom doesn't change at all.
Comment 1 Eclipse Genie CLA 2020-08-19 05:45:16 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 2 Lars Vogel CLA 2020-08-19 06:42:35 EDT
Jens, can you have a look?
Comment 3 Jens Lideström CLA 2020-08-22 05:55:04 EDT
(In reply to Milan Vahala from comment #0)
> DataBinding works only for first selections of radio button. The bug is
> reproducible only with latest Java 8 updates (e. g. 8u65 and 8u73: bug
> happen, 8u40: everything works fine).
> 
> Run attached snippet to reproduce the bug.

Thanks Milan for such a simple and clear snippet for reproducing the problem. I'm sorry no one could investigate this problem when you reported it.

I can not reproduce the problem on Ubuntu 18.4 using JRE 11.0.8. The connection between the radio buttons and label works fine.

Someone would have to test this on Mac to be sure about whether it is solved by now.