]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
pickypg [Fri, 15 Mar 2013 05:54:24 +0000 (02:54 -0300)]
Fix dropdown (and therefore typeahead) wrap
I have recently been experimenting with a lot of Typeahead controls, and I ran into a situation where my Typeahead was too wide for my screen, particularly on mobile devices, and it was not wrapping as I had expected it to do.
http://jsfiddle.net/Mtxkn/3/
Changing the CSS for `.dropdown-menu > li > a` to `white-space: normal` causes it to wrap in every scenario that I have seen, whereas leaving it as `nowrap` never does what I want when the text is too long for a given row.
It's possible that this has ramifications for other dropdown menus, but honestly I expect that even those would prefer to wrap than to extend the screen horizontally. If that is not the case, then it would work to change the typeahead version of this only:
```css
.typeahead > li > a {
white-space: normal;
}
```
Mark Otto [Fri, 15 Mar 2013 05:21:06 +0000 (22:21 -0700)]
Merge pull request #7287 from waynn/patch-1
fix pluralization since "a" is in front for issue #6342
Waynn Lue [Thu, 7 Mar 2013 06:01:21 +0000 (22:01 -0800)]
fix pluralization since "a" is in front
fat-kun [Fri, 1 Mar 2013 05:24:27 +0000 (21:24 -0800)]
Merge pull request #7111 from twitter/2.3.1-wip
2.3.1 wip
fat [Fri, 1 Mar 2013 05:16:08 +0000 (21:16 -0800)]
update changelog
fat [Fri, 1 Mar 2013 05:15:33 +0000 (21:15 -0800)]
shiiiit
fat [Fri, 1 Mar 2013 05:00:21 +0000 (21:00 -0800)]
woops that should stay 2.3.0
fat [Fri, 1 Mar 2013 04:55:14 +0000 (20:55 -0800)]
2.3.1
fat [Fri, 1 Mar 2013 04:48:48 +0000 (20:48 -0800)]
rebuild
fat [Fri, 1 Mar 2013 04:48:02 +0000 (20:48 -0800)]
whitespace
fat [Fri, 1 Mar 2013 04:46:51 +0000 (20:46 -0800)]
WHOOPS ( >_>)
fat [Fri, 1 Mar 2013 04:39:07 +0000 (20:39 -0800)]
only pass unique options through to child nodes in tooltips
fat [Fri, 1 Mar 2013 03:49:08 +0000 (19:49 -0800)]
rebuild
fat [Fri, 1 Mar 2013 03:47:01 +0000 (19:47 -0800)]
pass true to cycle
fat [Fri, 1 Mar 2013 03:37:30 +0000 (19:37 -0800)]
le sigh
Mark Otto [Thu, 21 Feb 2013 21:10:21 +0000 (13:10 -0800)]
Merge pull request #6967 from twitter/readme_npm_fix
Update readme npm instructions
Mark Otto [Sun, 17 Feb 2013 23:36:24 +0000 (15:36 -0800)]
Backport v3's readme update on npm install to 2.3
fat [Fri, 8 Feb 2013 06:13:13 +0000 (22:13 -0800)]
Merge branch '2.3.0-wip'
Mark Otto [Fri, 8 Feb 2013 06:08:13 +0000 (22:08 -0800)]
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Mark Otto [Fri, 8 Feb 2013 06:08:04 +0000 (22:08 -0800)]
add 2.3 changelog section
fat [Fri, 8 Feb 2013 05:42:34 +0000 (21:42 -0800)]
remove prevent default on focus
fat [Fri, 8 Feb 2013 04:13:40 +0000 (20:13 -0800)]
only fire hidden once backdrop has been removed
fat [Fri, 8 Feb 2013 03:47:01 +0000 (19:47 -0800)]
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Conflicts:
docs/assets/js/bootstrap.min.js
fat [Fri, 8 Feb 2013 03:45:42 +0000 (19:45 -0800)]
if no callback, don't try to call callback ya goof
Mark Otto [Thu, 7 Feb 2013 01:25:58 +0000 (17:25 -0800)]
Fixes #6823: add some docs notes about tooltips in input groups
Mark Otto [Wed, 6 Feb 2013 21:19:50 +0000 (13:19 -0800)]
Merge pull request #6813 from Yohn/patch-12
don't remove title attribute for tooltips for 2.3-wip
Yohn [Wed, 6 Feb 2013 11:20:05 +0000 (06:20 -0500)]
unit tests
Yohn [Wed, 6 Feb 2013 11:17:48 +0000 (06:17 -0500)]
dont remove title attribute part 2
Mark Otto [Wed, 6 Feb 2013 06:46:45 +0000 (22:46 -0800)]
Update link to changelog
fat [Wed, 6 Feb 2013 06:30:54 +0000 (22:30 -0800)]
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Conflicts:
docs/assets/js/bootstrap.min.js
fat [Wed, 6 Feb 2013 06:29:59 +0000 (22:29 -0800)]
clean up styles
Mark Otto [Wed, 6 Feb 2013 06:28:18 +0000 (22:28 -0800)]
Fixes #6808: mention IE lame-itude in docs for invalid inputs
Mark Otto [Wed, 6 Feb 2013 06:17:28 +0000 (22:17 -0800)]
Fixes #6190: Add print utility classes
fat [Wed, 6 Feb 2013 06:10:41 +0000 (22:10 -0800)]
Merge branch '2.3.0-wip' of git://github.com/ghusse/bootstrap into ghusse-2.3.0-wip
fat-kun [Wed, 6 Feb 2013 05:48:34 +0000 (21:48 -0800)]
Merge pull request #6783 from joprice/popoverOptionsOverride
reordered access of options in tooltip and popover
fat-kun [Wed, 6 Feb 2013 05:29:59 +0000 (21:29 -0800)]
Merge pull request #6780 from agatronic/2.3.0-wip
less: Move to new selector interpolation, supported from 1.3.1
Mark Otto [Wed, 6 Feb 2013 05:20:29 +0000 (21:20 -0800)]
screwed up a merge and an old version number crept in
fat [Wed, 6 Feb 2013 05:08:56 +0000 (21:08 -0800)]
don't hide if already hidden ya n00b
fat [Wed, 6 Feb 2013 04:34:39 +0000 (20:34 -0800)]
clear interval in cycle + rebuild
fat-kun [Wed, 6 Feb 2013 04:13:57 +0000 (20:13 -0800)]
Merge pull request #6481 from pseidemann/patch-1
don't remove title attribute for tooltips
fat-kun [Wed, 6 Feb 2013 04:08:42 +0000 (20:08 -0800)]
Merge pull request #6488 from nanek/dropdowns-remove-touchstart
Remove touchstart from bootstrap-dropdown.js.
fat [Wed, 6 Feb 2013 04:01:25 +0000 (20:01 -0800)]
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
fat [Wed, 6 Feb 2013 04:00:50 +0000 (20:00 -0800)]
update jquery to 1.9
Mark Otto [Wed, 6 Feb 2013 03:59:25 +0000 (19:59 -0800)]
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Mark Otto [Wed, 6 Feb 2013 03:43:49 +0000 (19:43 -0800)]
derp, fix broke css and recompile
Mark Otto [Wed, 6 Feb 2013 03:40:32 +0000 (19:40 -0800)]
restore comma between selectors
Mark Otto [Wed, 6 Feb 2013 03:39:49 +0000 (19:39 -0800)]
Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into patrickhlauke-2.3.0-wip
Conflicts:
docs/assets/css/bootstrap.css
less/navbar.less
fat-kun [Wed, 6 Feb 2013 03:22:34 +0000 (19:22 -0800)]
Merge pull request #6737 from openwide-java/fix-tooltip-positioning-for-ie8
Fix tooltip positioning for IE8 broken in 2.3.0
Mark Otto [Mon, 4 Feb 2013 19:25:46 +0000 (11:25 -0800)]
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Mark Otto [Mon, 4 Feb 2013 19:11:04 +0000 (11:11 -0800)]
Fixes #6794: incorrect docs mention of th element
Joseph Price [Mon, 4 Feb 2013 14:10:48 +0000 (09:10 -0500)]
fix typo
Mark Otto [Sun, 3 Feb 2013 03:53:22 +0000 (19:53 -0800)]
Merge pull request #6638 from GeoffYoung/2.3.0-wip
Update package.json to current Recess version
Mark Otto [Sun, 3 Feb 2013 02:58:08 +0000 (18:58 -0800)]
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Mark Otto [Sun, 3 Feb 2013 02:57:24 +0000 (18:57 -0800)]
Add changelog file to repo instead of relying on the wiki
Joseph Price [Sat, 2 Feb 2013 23:55:18 +0000 (18:55 -0500)]
reordered access of options in tooltip and popover to allow overriding data attrs from js
Mark Otto [Sat, 2 Feb 2013 20:35:39 +0000 (12:35 -0800)]
Merge pull request #6763 from rjregenold/2.3.0-wip
fixes jankiness with anchor tags in carousel.
Luke Page [Sat, 2 Feb 2013 07:49:55 +0000 (07:49 +0000)]
Move to new selector interpolation, supported from 1.3.1
Mark Otto [Sat, 2 Feb 2013 05:44:35 +0000 (21:44 -0800)]
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Mark Otto [Sat, 2 Feb 2013 05:41:13 +0000 (21:41 -0800)]
Merge branch 'dospuntocero-master' into 2.3.0-wip
Mark Otto [Sat, 2 Feb 2013 05:41:02 +0000 (21:41 -0800)]
add horizontal-three-color gradient test
Mark Otto [Fri, 1 Feb 2013 21:04:17 +0000 (13:04 -0800)]
Merge pull request #6776 from ndabas/fix-inline-lists-ie7
Fix inline lists for IE7
Nikhil Dabas [Fri, 1 Feb 2013 20:34:30 +0000 (02:04 +0530)]
Fixing inline lists for IE7
Mark Otto [Fri, 1 Feb 2013 18:33:36 +0000 (10:33 -0800)]
Use button element instead of a for responsive navbar buttons
RJ Regenold [Thu, 31 Jan 2013 18:49:53 +0000 (12:49 -0600)]
removes anchor tag definition.
RJ Regenold [Thu, 31 Jan 2013 17:10:41 +0000 (11:10 -0600)]
lets see how much i can mess this pull request up. :|
RJ Regenold [Thu, 31 Jan 2013 17:04:12 +0000 (11:04 -0600)]
its not dyslexic being easy.
RJ Regenold [Thu, 31 Jan 2013 15:06:37 +0000 (09:06 -0600)]
fixes jankiness with anchor tags in carousel.
Mark Otto [Thu, 31 Jan 2013 02:22:20 +0000 (18:22 -0800)]
make on prev commit
Mark Otto [Thu, 31 Jan 2013 02:22:11 +0000 (18:22 -0800)]
Merge branch 'baslr-master' into 2.3.0-wip
Mark Otto [Thu, 31 Jan 2013 02:16:14 +0000 (18:16 -0800)]
clear up show-grid stuff
Mark Otto [Thu, 31 Jan 2013 01:46:18 +0000 (17:46 -0800)]
add meta tag to second example
Mark Otto [Thu, 31 Jan 2013 01:45:02 +0000 (17:45 -0800)]
make on prev commit
Mark Otto [Thu, 31 Jan 2013 01:44:45 +0000 (17:44 -0800)]
Merge branch 'greg-raven-patch-2' into 2.3.0-wip
Mark Otto [Thu, 31 Jan 2013 01:42:03 +0000 (17:42 -0800)]
Update pagination example HTML to match examples
pseidemann [Tue, 29 Jan 2013 21:54:00 +0000 (22:54 +0100)]
don't remove title attribute for tooltips
fixes #6445
Guillaume Smet [Tue, 29 Jan 2013 18:50:13 +0000 (19:50 +0100)]
Fix tooltip positioning for IE8
IE8 defines a placeholder object getBoundingClientRect which breaks the new getPosition() method
Mark Otto [Mon, 28 Jan 2013 18:35:16 +0000 (10:35 -0800)]
Merge pull request #6728 from fredsa/2.3.0-wip
Fix `form-actions` documentation
Fred Sauer [Mon, 28 Jan 2013 18:01:59 +0000 (10:01 -0800)]
Fix form-actions documentation
Guillaume Gautreau [Sun, 27 Jan 2013 09:56:01 +0000 (10:56 +0100)]
No semicolumns
Guillaume Gautreau [Sat, 26 Jan 2013 20:45:21 +0000 (21:45 +0100)]
Arrow replacement
Guillaume Gautreau [Sat, 26 Jan 2013 20:39:49 +0000 (21:39 +0100)]
works with fixed test
Guillaume Gautreau [Sat, 26 Jan 2013 20:39:05 +0000 (21:39 +0100)]
Test for replacing tooltip when resized
Guillaume Gautreau [Sat, 26 Jan 2013 13:31:33 +0000 (14:31 +0100)]
lint + wrong comparison
Guillaume Gautreau [Sat, 26 Jan 2013 13:06:58 +0000 (14:06 +0100)]
Unit test for replacing tooltip inside window
Guillaume Gautreau [Sat, 26 Jan 2013 12:50:26 +0000 (13:50 +0100)]
Tooltip positionning on special cases
baslr [Sat, 26 Jan 2013 00:01:10 +0000 (01:01 +0100)]
.icon-folder-close same width as icon-folder-open
.icon-folder-close same width as icon-folder-open. this prevents
buttons from wobbling if the icon changes from closed folder
to open folder
Francisco arenas [Thu, 24 Jan 2013 05:37:52 +0000 (03:37 -0200)]
Update less/mixins.less
horizontal three color gradient added
Greg Raven [Tue, 22 Jan 2013 14:46:53 +0000 (06:46 -0800)]
Update docs/templates/pages/getting-started.mustache
Add meta tag for viewport in the <head>; revise the URL for the latest version of jQuery.
Geoff Young [Sat, 19 Jan 2013 21:27:10 +0000 (16:27 -0500)]
Update Recess version
Mark Otto [Thu, 17 Jan 2013 20:24:16 +0000 (12:24 -0800)]
overhaul alerts section of tests
Mark Otto [Thu, 17 Jan 2013 20:21:34 +0000 (12:21 -0800)]
Merge branch 'ravage84-patch-2' into 2.3.0-wip
ravage84 [Thu, 17 Jan 2013 10:34:00 +0000 (11:34 +0100)]
Update less/tests/css-tests.html
Extended css-tests with alerts (alerts and alert-blocks)
Mark Otto [Wed, 16 Jan 2013 18:28:02 +0000 (10:28 -0800)]
Merge pull request #6600 from Yohn/patch-12
added missing class to doc example
Mark Otto [Wed, 16 Jan 2013 18:24:13 +0000 (10:24 -0800)]
Merge pull request #6591 from Quy/2.3.0-wip
Add text alignment classes info to docs
Yohn [Wed, 16 Jan 2013 12:46:42 +0000 (07:46 -0500)]
Update docs/templates/pages/components.mustache
Yohn [Wed, 16 Jan 2013 12:45:31 +0000 (07:45 -0500)]
adding class to example code
Quy Ton [Wed, 16 Jan 2013 02:16:44 +0000 (18:16 -0800)]
Add text alignment classes info to docs
Mark Otto [Tue, 15 Jan 2013 18:27:30 +0000 (10:27 -0800)]
Fixes #6586: remove top 5px margin from navbar input group button groups
Mark Otto [Tue, 15 Jan 2013 18:15:02 +0000 (10:15 -0800)]
add text alignment classes from 3.0
Patrick H. Lauke [Tue, 15 Jan 2013 07:22:02 +0000 (07:22 +0000)]
Revert "Leave tabindex=-1 alone"
This reverts commit
370fa45fbe4ee879a626a67bb4df0ec9495102be .