[Issue] http://suprem.sec.samsung.net/jira/browse/TSAM-5300
[Problem] Cannot scroll entry text.
[Solution] Remove ellipsis from text style.
[Verify] Find some long text by find on page and try to scrool text
inside entry field.
Change-Id: I88a425611652af70ed62a1d673fe0c8401a56cdc
styles {
style {
name: "fop-entry-style-unselected";
- base: "font=Sans font_size="28" wrap=none ellipsis="1.0" color=#969696";
+ base: "font=Sans font_size="28" wrap=none color=#969696";
tag: "br" "";
}
style {
name: "fop-entry-style-selected";
- base: "font=Sans font_size="28" wrap=none ellipsis="1.0" color=#4088d3";
+ base: "font=Sans font_size="28" wrap=none color=#4088d3";
tag: "br" "";
}
}