Fixed issue 53: Moving the cursor inside the Text Filter box by clicking.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@843 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-05-23 17:33:37 +00:00
parent 5fa1e2a552
commit ae1ce4ce79
2 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@ Fixes:
Tentative fix for a concurrent bug. Tentative fix for a concurrent bug.
- Issue 46: "Array literals in GEL" - Issue 46: "Array literals in GEL"
- Issue 55: "Use stable sorting for text facets sorted by count" - Issue 55: "Use stable sorting for text facets sorted by count"
- Issue 53: "Moving the cursor inside the Text Filter box by clicking"
Features: Features:
- Row/record sorting (Issue 32) - Row/record sorting (Issue 32)

View File

@ -98,7 +98,6 @@ BrowsingEngine.prototype._initializeUI = function() {
self._updateFacetOrder(); self._updateFacetOrder();
} }
}); });
this._elmts.facets.disableSelection();
$("#browsing-panel-mode-" + $("#browsing-panel-mode-" +
(theProject.recordModel.hasRecords ? 'record-based' : 'row-based')).attr("checked", "checked"); (theProject.recordModel.hasRecords ? 'record-based' : 'row-based')).attr("checked", "checked");