| Summary: | DateTime GtkCalendar not selectable if vertical fill is used. | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Leo Ufimtsev <lufimtse> |
| Component: | Scripting | Assignee: | Leo Ufimtsev <lufimtse> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | minor | ||
| Priority: | P3 | CC: | akurtakov |
| Version: | 4.4 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux-GTK | ||
| Whiteboard: | |||
|
Description
Leo Ufimtsev
Bug was fixed upsteam in gtk. Once available, need to compile new gtk, test and add some code to stop the workaround after the fixed gtk version. Note to self: - fix available in GTK 3.14.2 - The fix should be available in master maybe around 20th October 2014 Note to self:
Added the upper version into the fix:
int fixedGtkVersion = OS.VERSION(3, 14, 2);
if (isCalendar() && OS.GTK3 && (OS.GTK_VERSION < fixedGtkVersion)) {
//Workaround
So beyond that version it uses native size again.
But need to test eventually when 3.14.2 is available to verify fix.
Fixed on gtk side. Added conditional in swt code also. |