Closed
Bug 589868
Opened 15 years ago
Closed 15 years ago
Qt widget/EGL does not work on Maemo anymore.
Categories
(Core Graveyard :: Widget: Qt, defect)
Tracking
(fennec2.0b1+)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fennec | 2.0b1+ | --- |
People
(Reporter: romaxa, Unassigned)
Details
Attachments
(1 file)
2.90 KB,
patch
|
romaxa
:
review+
|
Details | Diff | Splinter Review |
it seems like after some latest changes we don't have EGL/GLLayerManager initialized properly anymore...
MOZ_ACCELERATED=1 does not enable EGL context
Comment 1•15 years ago
|
||
shouldn't GetLayerManager in the qt nsWindow return something other than the base widget's default layout manager?
e.g.:
new mozilla::layers::LayerManagerOGL(this);
Comment 2•15 years ago
|
||
Problem was in child/parent relationship of widgets. Child widget was generated with aParent == null, aNativeParent != null. Because of this GetTopLevelWidget function didn't find correct widget.
This patch forces nsBaseWidget to set parent. This is done in Qt ports CreateChildWidget.
Attachment #469941 -
Flags: review?(romaxa)
Reporter | ||
Comment 3•15 years ago
|
||
Comment on attachment 469941 [details] [diff] [review]
Force parent widget in child widget creation
I think we can handle it correctly, but probably it make sense make the same fix for GTK.
Attachment #469941 -
Flags: review?(romaxa) → review+
Comment 5•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•