Bug 571516 - [GTK4] Port Composite snippets
Summary: [GTK4] Port Composite snippets
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.18   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 545942
  Show dependency tree
 
Reported: 2021-02-25 15:12 EST by Soraphol (Paul) Damrongpiriyapong CLA
Modified: 2021-11-26 15:00 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Soraphol (Paul) Damrongpiriyapong CLA 2021-02-25 15:12:57 EST

    
Comment 1 Eclipse Genie CLA 2021-02-25 17:13:48 EST
New Gerrit change created: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/176915
Comment 2 Joel Majano CLA 2021-11-26 15:00:46 EST
Snippet 9: Scroll wheel does not work. Behavior appears correct otherwise.

Snippet 75: Tab traversal does not work. Visual differences: I1 and I2 take up more room horizontally than in GTK3. C1 combo takes less room, and there is a rectangle behind it that slightly sticks out from the right side. When focus is lost, boxes appear around the I-buttons, which is not the case in GTK3.

Snippet 98: First button push works as expected, but then the table is not disposed correctly, so the button "radio" appears on top of the table, overlapping entirely. Further button presses cause the radio button to hide then show. Also swt_fixed_remove errors.

Snippet 115: Works as expected.

Snippet 46: Cannot move the button. The button can also be pressed, but in GTK3, the button can only be moved, and not pressed. Clicking the button in GTK3 does nothing visually, but shows the pressed animation in GTK4.

Snippet 237: Text box larger horizontally than in GTK3. When selecting any element, a dotted box appears in GTK3 for whichever element is selected. This does not happen in GTK4. The functionality appears in good shape otherwise.