-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
windows-nativeRelated to port of EFL to natively compile in Windows with clang-clRelated to port of EFL to natively compile in Windows with clang-cl
Milestone
Description
Current behavior
Some times the popup opens in a little window, that can't even fit the Cancel
button creating a need of resizing the window to see it properly, when it does
open correctly it yields errors like:
ERR:edje ../src/lib/edje/edje_util.c:3998 _efl_canvas_layout_efl_layout_calc_calc_size_min() file C:/Users/coku/source/efl/prefix/share/elementary/themes/default.edj, group elm/notify/center/popup/default has a non-fixed part 'elm.swallow.content'. Adding 'fixed: 1 1;' to source EDC may help. Continuing discarding faulty part.
ERR:edje ../src/lib/edje/edje_util.c:3998 _efl_canvas_layout_efl_layout_calc_calc_size_min() file C:/Users/coku/source/efl/prefix/share/elementary/themes/default.edj, group elm/notify/center/popup/default has a non-fixed part 'elm.swallow.content'. Adding 'fixed: 1 1;' to source EDC may help. Continuing discarding faulty part.
Those errors are the same as in #433.
Expected behavior
Now errors at the terminal and popup windows should always open correctly:
showing text and button.
Steps to reproduce
- Run
elementary_tests.exe - Open
Scroller on Popup - Press either
Button 1/2 - Note that if you can see the
Cancelbutton your terminal should have the
errors stated earlier, otherwise you will need to resize the window to see the
popup correctly
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
windows-nativeRelated to port of EFL to natively compile in Windows with clang-clRelated to port of EFL to natively compile in Windows with clang-cl