Closed
Bug 1271579
Opened 9 years ago
Closed 9 years ago
Integrate GtkTextDirection/GtkStateFlags to ClaimStyleContext
Categories
(Core :: Widget: Gtk, defect)
Core
Widget: Gtk
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: stransky, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(2 files)
(deleted),
patch
|
karlt
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
Details | Diff | Splinter Review |
Follow up from Bug 1234158 comment 82
It implements GtkTextDirection/GtkStateFlags as a part of ClaimStyleContext
Reporter | ||
Comment 1•9 years ago
|
||
I wonder if we need to set the GTK_STATE_FLAG_NORMAL state in ReleaseStyleContext(), as we do for menus when we don't call style save/restore.
IMHO we don't need that because the GTK_STATE_FLAG_NORMAL state is automatically passed to ClaimStyleContext(). It may cause problems when the style for particular widget is get from both widget and ClaimStyleContext - but that's no our case.
Attachment #8750713 -
Flags: review?(karlt)
Reporter | ||
Comment 2•9 years ago
|
||
Updated•9 years ago
|
Attachment #8750713 -
Flags: review?(karlt) → review+
Reporter | ||
Comment 3•9 years ago
|
||
Reporter | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 5•9 years ago
|
||
bugherder landing |
Comment 6•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Updated•9 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•