enable primary selection for the folder pane so we only highlight the text and not the entire column. (Bug #196262)
git-svn-id: svn://10.0.0.236/trunk@149849 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
<label id="folderpane-title" value="&folderPaneHeader.label;"/>
|
||||
</sidebarheader>
|
||||
|
||||
<tree id="folderTree" class="plain focusring" flex="1" seltype="single"
|
||||
<tree id="folderTree" class="plain focusring" flex="1" seltype="single" selstyle="primary"
|
||||
context="folderPaneContext"
|
||||
disableKeyNavigation="true"
|
||||
datasources="rdf:null"
|
||||
|
||||
Reference in New Issue
Block a user