From d80d9251efe88f7ff80b84e28b01292a02dc634a Mon Sep 17 00:00:00 2001 From: ggam Date: Mon, 12 Aug 2013 14:20:17 +0200 Subject: [PATCH 1/4] Removed remaining Glyphicons mentions in carousel.less --- less/carousel.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/less/carousel.less b/less/carousel.less index 8d31d7e494..d94108de5c 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -110,7 +110,7 @@ margin-left: -10px; font-family: serif; } - // Non-glyphicon toggles + .icon-prev { &:before { content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039) @@ -181,7 +181,6 @@ @media screen and (min-width: @screen-tablet) { // Scale up the controls a smidge - .carousel-control .glyphicon, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; From 587a001dcce9f8dcf223a1f0c7dbefc58efbd6ad Mon Sep 17 00:00:00 2001 From: ggam Date: Mon, 12 Aug 2013 17:05:15 +0200 Subject: [PATCH 2/4] Added Dropdown JS plugin events (fixed #9375) --- javascript.html | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/javascript.html b/javascript.html index c3a6b0a323..c21842b077 100644 --- a/javascript.html +++ b/javascript.html @@ -478,10 +478,43 @@ $('.dropdown-toggle').dropdown()

Methods

$().dropdown('toggle')

Toggles the dropdown menu of a given navbar or tabbed navigation.

+ +

Events

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Event TypeDescription
show.bs.dropdownThis event fires immediately when the show instance method is called.
shown.bs.dropdownThis event is fired when the dropdown has been made visible to the user (will wait for CSS transitions, to complete).
hide.bs.dropdownThis event is fired immediately when the hide instance method has been called.
hidden.bs.dropdownThis event is fired when the dropdown has finished being hidden from the user (will wait for CSS transitions, to complete).
+
+{% highlight js %} +$('#myDropdown').on('show.bs.dropdown', function () { + // do something… +}) +{% endhighlight %} - -
From 38b2083f3cfd41711260a3b847e58594750a31eb Mon Sep 17 00:00:00 2001 From: Bas Bosman Date: Mon, 12 Aug 2013 17:19:55 +0200 Subject: [PATCH 3/4] Aria role search instead of form --- components.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components.html b/components.html index 4c52d59f3d..00bd56bf16 100644 --- a/components.html +++ b/components.html @@ -1285,8 +1285,8 @@ body { padding-bottom: 70px; } - -
@@ -1405,8 +1405,8 @@ body { padding-bottom: 70px; } -