AppendCssNodeToStyleContext doesn't set classes for context |
||
Issue descriptionChrome Version: 59.0.3066.0 OS: Linux It seems gtk_style_context_set_path does not copy classes for the context so we have to do it manually. It can be observed in debugger (or with proper logs) in AppendCssNodeToStyleContext. It causes - for example - DCHECK in gtk_util.cc : 569 (DCHECK(ContextHasClass(context, "vertical"));) as context doesn't have any class set (neither "horizontal" nor "vertical").
,
Apr 11 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by ckulakow...@opera.com
, Apr 11 2017