Bug 622939 - Clicking anywhere on a tab-modal prompt should focus it. r?gijs draft
authorJared Wein <jwein@mozilla.com>
Thu, 14 Jul 2016 14:24:24 -0400
changeset 387710 1d1db0f07dadc0aa2ae9bf18b80e305985c20d4a
parent 385190 b7c937889aacde63e7fef321b58d77b5cc31a149
child 525430 286f801da189531316e67a0f5aad35bf04c9d72a
push id23050
push userjwein@mozilla.com
push dateThu, 14 Jul 2016 18:24:40 +0000
reviewersgijs
bugs622939
milestone50.0a1
Bug 622939 - Clicking anywhere on a tab-modal prompt should focus it. r?gijs MozReview-Commit-ID: JziZBlLQZiI
toolkit/components/prompts/content/tabprompts.css
--- a/toolkit/components/prompts/content/tabprompts.css
+++ b/toolkit/components/prompts/content/tabprompts.css
@@ -8,16 +8,17 @@ tabmodalprompt {
   height: 100%;
   -moz-box-pack: center;
   -moz-box-orient: vertical;
 }
 
 .mainContainer {
   min-width: 20em;
   min-height: 12em;
+  -moz-user-focus: normal;
 }
 
 .info\.title {
   margin-bottom: 1em !important;
   font-weight: bold;
 }
 
 .info\.body {