Bug 1263578 - Make AccessibleCaret swappable on B2G. r?mtseng draft
authorTing-Yu Lin <tlin@mozilla.com>
Wed, 13 Apr 2016 14:03:14 +0800
changeset 350261 34c627cf9ca1e9f37baab2d9cb7d1fdcb5545cc3
parent 350156 fb921246e2d60f521f83defed54e30a38df1be3e
child 518284 6a8a0f37bc7dd4894305f5068ab1fa48db1cdc24
push id15289
push usertlin@mozilla.com
push dateWed, 13 Apr 2016 06:04:03 +0000
reviewersmtseng
bugs1263578
milestone48.0a1
Bug 1263578 - Make AccessibleCaret swappable on B2G. r?mtseng According to the latest Firefox OS text selection spec 1.7, the carets are now swappable. MozReview-Commit-ID: 3V2f0woof77
b2g/app/b2g.js
--- a/b2g/app/b2g.js
+++ b/b2g/app/b2g.js
@@ -1054,19 +1054,16 @@ pref("layout.accessiblecaret.enabled", t
 // by the spec in bug 921965.
 pref("layout.accessiblecaret.bar.enabled", true);
 
 // APZ on real devices supports long tap events.
 #ifdef MOZ_WIDGET_GONK
 pref("layout.accessiblecaret.use_long_tap_injector", false);
 #endif
 
-// The active caret is disallow to be dragged across the other (inactive) caret.
-pref("layout.accessiblecaret.allow_dragging_across_other_caret", false);
-
 // Enable sync and mozId with Firefox Accounts.
 pref("services.sync.fxaccounts.enabled", true);
 pref("identity.fxaccounts.enabled", true);
 
 // Mobile Identity API.
 pref("services.mobileid.server.uri", "https://msisdn.services.mozilla.com");
 
 pref("identity.fxaccounts.remote.oauth.uri", "https://oauth.accounts.firefox.com/v1");