Skip to content
Snippets Groups Projects
Commit 3a07996a authored by Vadim Savchuk's avatar Vadim Savchuk
Browse files

VWR-20696 ADDITIONAL FIX Fixed broken buttons in detached sidebar panels.

Buttons belonging items of some FlatListView instances didn't work (i.e. click on them didn't invoke the callback)
if the list was inside a detached sidebar tab.
I'm working around that by a simple XML fix (disabled focusing the broken buttons), but the issue needs further investigation.
Affected panels: avatar list, group list, teleport history.

Reviewed by Sergey Litovchuk
parent 5342df44
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,7 @@ ...@@ -79,6 +79,7 @@
left_pad="3" left_pad="3"
right="-53" right="-53"
name="info_btn" name="info_btn"
tab_stop="false"
top_delta="-2" top_delta="-2"
width="16" /> width="16" />
<button <button
...@@ -89,6 +90,7 @@ ...@@ -89,6 +90,7 @@
left_pad="5" left_pad="5"
right="-28" right="-28"
name="profile_btn" name="profile_btn"
tab_stop="false"
tool_tip="View profile" tool_tip="View profile"
top_delta="-2" top_delta="-2"
width="20" /> width="20" />
......
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
left_pad="3" left_pad="3"
right="-31" right="-31"
name="info_btn" name="info_btn"
tab_stop="false"
top_delta="-2" top_delta="-2"
width="16" /> width="16" />
<!--*TODO: Should only appear on rollover--> <!--*TODO: Should only appear on rollover-->
...@@ -66,6 +67,7 @@ ...@@ -66,6 +67,7 @@
left_pad="5" left_pad="5"
right="-3" right="-3"
name="profile_btn" name="profile_btn"
tab_stop="false"
tool_tip="View profile" tool_tip="View profile"
top_delta="-2" top_delta="-2"
width="20" /> width="20" />
......
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
left_pad="5" left_pad="5"
right="-3" right="-3"
name="profile_btn" name="profile_btn"
tab_stop="false"
tool_tip="Show item info" tool_tip="Show item info"
top="1" top="1"
visible="false" visible="false"
......
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