Skip to content
Snippets Groups Projects
Commit b1fa6bb3 authored by Denis Serdjuk's avatar Denis Serdjuk
Browse files

fix for EXT-4186 List items are displayed as links in the FlatList if match URL regexp

allow_html attribute was updated for  titles of group list items, group info panel, landmark info panel and for a title of floaters.

--HG--
branch : product-engine
parent 330f1f47
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,7 @@ void LLDragHandleTop::setTitle(const std::string& title)
params.follows.flags(FOLLOWS_TOP | FOLLOWS_LEFT | FOLLOWS_RIGHT);
params.font_shadow(LLFontGL::DROP_SHADOW_SOFT);
params.use_ellipses = true;
params.allow_html = false; //cancel URL replacement in floater title
mTitleBox = LLUICtrlFactory::create<LLTextBox> (params);
addChild( mTitleBox );
}
......
......@@ -37,6 +37,7 @@ background_visible="true"
top="2"
width="23" />
<text
allow_html="false"
follows="top|left|right"
font="SansSerifHugeBold"
height="26"
......
......@@ -36,6 +36,7 @@
top="2"
width="20" />
<text
allow_html="false"
follows="left|right"
font="SansSerifSmall"
height="15"
......
......@@ -229,6 +229,7 @@
value="Title:"
width="290" />
<text
allow_html="false"
follows="left|top"
height="22"
layout="topleft"
......
......@@ -246,6 +246,7 @@
</layout_panel>
</layout_stack>
<text
allow_html="false"
follows="left|top|right"
font="SansSerifLarge"
height="14"
......@@ -258,6 +259,7 @@
value="SampleRegion"
width="290" />
<text
allow_html="false"
follows="left|top|right"
height="14"
layout="topleft"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment