[Issue] N/A
[Problem] Browser crashes on when opened on first page launch
and back key is pressed.
[Solution] elm_entry_text_style_user_push api crashes browser
[Verify] Open browser on a landing page. Press back key. Open
browser again. Both minimalize and resume should
work fast
Change-Id: Ib6dd93bc09ae060a299054e5e450217b9bfaeac9
#define FIND_WORD_MAX_COUNT 10000
#define FIND_ON_PAGE_MAX_TEXT 1000
-#define FIND_ON_PAGE_ENTRY_STYLE "DEFAULT='font_size=30 color=#404040 ellipsis=1'"
#include <Elementary.h>
#include <vector>
Evas_Object *access = elm_access_object_get(elm_entry_textblock_get(m_entry));
elm_access_info_set(access, ELM_ACCESS_TYPE, _("IDS_BR_BODY_TEXT_FIELD_T_TTS"));
- elm_entry_text_style_user_push(m_entry, FIND_ON_PAGE_ENTRY_STYLE);
static Elm_Entry_Filter_Limit_Size limit_filter_data;
limit_filter_data.max_byte_count = 0;
styles {
style {
name: "fop-entry-style-unselected";
- base: "font=Sans font_size="28" wrap=none color=#969696";
+ base: "font=Sans font_size="28" wrap=none ellipsis="1.0" color=#969696";
}
style {
name: "fop-entry-style-selected";
- base: "font=Sans font_size="28" wrap=none ellipsis="0.0" color=#4088d3";
+ base: "font=Sans font_size="28" wrap=none ellipsis="1.0" color=#4088d3";
}
}
parts {