fix RTL appearance for ComboBox
ClosedPublic

Authored by mvourlakos on Feb 16 2018, 6:35 PM.

Details

Summary
  • when the combobox isnt inside the main Item

but rather a sub-Item it doesnt inherit the
LayoutMirroring properties. This is a workaround
to handle that behavior.
QTBUG: https://bugreports.qt.io/browse/QTBUG-66446

Test Plan

checkout that LayoutMirroring works properly in
such case

Diff Detail

Repository
R242 Plasma Framework (Library)
Branch
rtl
Lint
No Linters Available
Unit
No Unit Test Coverage
mvourlakos created this revision.Feb 16 2018, 6:35 PM
Restricted Application added projects: Plasma, Frameworks. · View Herald TranscriptFeb 16 2018, 6:35 PM
Restricted Application added subscribers: Frameworks, plasma-devel. · View Herald Transcript
mvourlakos requested review of this revision.Feb 16 2018, 6:35 PM
safaalfulaij added inline comments.
src/declarativeimports/plasmacomponents3/ComboBox.qml
113

When the ComboBox is not inside a top-level Window, it's Popup does not inherit

  • improve semantics
mvourlakos marked an inline comment as done.Feb 16 2018, 10:13 PM

@safaalfulaij is there a green light for this?

@safaalfulaij is there a green light for this?

Sure. Go ahead and commit.

Sure. Go ahead and commit.

is it possible to give first the green light by accepting the review?

safaalfulaij accepted this revision.Feb 19 2018, 6:04 PM

Now since I'm a reviewer, sure :)

This revision is now accepted and ready to land.Feb 19 2018, 6:04 PM
This revision was automatically updated to reflect the committed changes.