Mike Zielonka
e9505f2909
fixes issues #309
...
Full credit to @Akkuzin for the fix.
2015-08-20 00:02:18 -05:00
Arnold Daniels
2dc9cb4917
Merge pull request #393 from pbatey/master
...
fix csp warning about unsafe-inline style-src
2015-08-10 08:14:54 +02:00
Shiny
b5bd1b1714
Support iOS device
...
1. iOS device does not fire click event if A without href.
2. iOS device does not fire click event if Element cursor is not
pointer.
2015-08-10 13:28:58 +08:00
Arnold Daniels
12c88aaa00
Merge pull request #354 from Dehalion/master
...
trigger clear.bs.fileinput event if user cancels
2015-08-07 16:48:30 +02:00
Arnold Daniels
5779e70db7
Merge remote-tracking branch 'origin/master'
...
Conflicts:
js/wizard.js
2015-08-07 16:45:40 +02:00
Arnold Daniels
51f8c89ac8
Using latest packages for grunt
...
Renamed jscs.json to jscsrc
Fixed styling errors in build js files
2015-08-07 16:41:05 +02:00
Arnold Daniels
61c769a626
Revert "Added Wizard component (not yet documented)"
...
This reverts commit f96d55965a .
2015-08-07 16:22:53 +02:00
pbatey
c8523caf13
fix csp warning about unsafe-inline style-src
...
Showing and hiding an off-canvas menu with content-security-policy enabled (via ember-cli) results in the following~
[Report Only] Refused to apply inline style because it violates the following Content Security Policy directive~
Changing the way that OffCanvas.hide() restors the style addresses this warning. e.g., `$(this).attr('style', ...)`~
For more information about content-security-policy, see http://content-security-policy.com/ .
2015-07-10 14:07:57 -06:00
Dehalion
cb97fb59be
trigger clear.bs.fileinput event if user cancels
...
this.clear() expects the event object as parameter otherwise it won't trigger the 'clear.bs.fileinput' event
so we have to trigger it ourselves
2015-03-23 15:23:42 +01:00
Dehalion
ff935c396c
give e as parameter for this.clear()
...
this.clear() expects the event object as parameter if it is triggered by the user
otherwise it won't trigger the 'clear.bs.fileinput' event
2015-03-23 15:10:21 +01:00
Ivan Povalyukhin
283e237cee
[whitespace gardening] - rm trailing whitespaces
2015-03-01 13:45:55 -08:00
Arnold Daniels
f96d55965a
Added Wizard component (not yet documented)
2015-02-11 18:10:21 +01:00
Chris Rebert
6c47ebecf6
"Twitter Bootstrap" is now simply "Bootstrap"
...
See http://getbootstrap.com/about/#brand
Changed references to "Twitter Bootstrap" to "vanilla Bootstrap" or just "Bootstrap".
2014-08-11 10:04:50 -07:00
Samuel Georges
54a950138d
Allow touching in the offcanvas area
2014-08-07 20:37:43 +10:00
Arnold Daniels
31c575c568
Merge branch 'master' of github.com:jasny/bootstrap
2014-07-24 01:20:50 +02:00
Alex Vasilenko
dded81671a
hide menu on backdrop click
2014-07-02 16:44:22 +03:00
Alex Vasilenko
473a741ede
prevent scrolling on mobiles
...
modal backdrop option for offcanvas
2014-07-02 14:22:46 +03:00
Tomek
fe25e85e40
Update inputmask.js
...
input event to support bootstrapvalidator
2014-06-24 12:56:23 +02:00
Alexander Zheltov
ea757e46e9
Fixed event namespace naming issue in inputmask
2014-06-20 12:06:53 +06:00
Alexander Zheltov
fb643bdb6f
Fixed Inputmask.unmask
...
`inputmask` was replaced by `bs.inputmask`
2014-06-18 12:01:27 +06:00
Arnold Daniels
c3948a744b
Always add padding to the right for body offcanvas.disableScrolling
2014-05-06 08:20:39 +02:00
Arnold Daniels
c12018a0bd
Fixed unit test for inputmask
2014-05-06 05:33:31 +02:00
Arnold Daniels
73f80614b6
Fixed customizer. Fixes #233
...
Bump version to 3.1.3
2014-05-06 04:56:26 +02:00
Arnold Daniels
1e90ae4779
Change input mask character for alphanumeric to w.
...
Change docs for inputmask.
Fixes #237
2014-05-06 03:23:08 +02:00
Arnold Daniels
a088dad1c7
Handle undefined body style in OffCanvas.disableScrolling(). Fixes #214
2014-05-06 03:16:44 +02:00
Arnold Daniels
3c3274093a
Minor changes
2014-05-04 03:31:02 +02:00
Arnold Daniels
285689081d
Use window.jQuery in transition.js
2014-04-19 16:43:27 +02:00
Arnold Daniels
1001ad214d
Fixed broken rowlink caused by check on .rowlink-skip. Fixed #221
...
Thanks @cervengoc
2014-04-19 16:42:25 +02:00
Arnold Daniels
660e376b96
Replace grunt-sed with grunt-text-replace
...
Set version to 3.1.2
2014-04-19 16:31:53 +02:00
Arnold Daniels
e919330916
Added transitions support check. Fixes #213
...
This is required to run Jasny Bootrstap standalone.
2014-04-19 16:09:41 +02:00
Arnold Daniels
24f8bffbaf
Offcanvas option disablescrolling (lowercase) as alias of disableScrolling (camel cased). Fixes #219
2014-04-19 15:15:46 +02:00
Arnold Daniels
e5b9930599
Don't trigger fileinput.change when fileinput.clear is called manually. Fixes #216
...
Insert fileinput <input type="hidden"> right before <input type="file">. Fixes #215
Clean up less and scss comment
2014-04-19 15:10:23 +02:00
joshjb84
2336197e3a
Fix to naming in inputmask.js and tests
...
Changed the name of Input.DEFAULS to Input.DEFAULTS and added unit tests
around how the options are set up.
2014-04-05 19:10:24 +08:00
Arnold Daniels
626d773366
stop propagation for file input, input element. Fixes #182
2014-03-28 03:25:36 +01:00
Arnold Daniels
a8a87b1958
Use var files instead of setting e.target.files for file input. Fixes #163 (thanks to @ducman)
2014-03-28 02:50:53 +01:00
Arnold Daniels
1640650604
Only preview gif, png and jpeg images. Fixes #181
2014-03-28 01:04:48 +01:00
Arnold Daniels
ca1145ca0b
Don't trigger rowlink initiasation when a element within .rowlink-skip is clicked. Fixes #162
2014-03-28 00:22:10 +01:00
Arnold Daniels
ec797fb799
Pressing cancel in a file input clears it, so Fileinput.clear() needs to be called. Fixes #194
2014-03-25 19:46:17 +01:00
Arnold Daniels
36613f1655
Reset element style in offcanvas.recalc(). Fixes #201
2014-03-25 19:02:06 +01:00
Arnold Daniels
2ac056ab82
Fixed offcanvas position (only left was working). Fixes #195
...
Fixed calculating the position when 'auto' is used.
Off canvas navbar is positioned to the right by default and can be placed left with `.navmenu-fixed-left`.
Added link to off canvas navbar example in other offcanvas examples
2014-03-25 18:38:56 +01:00
Arnold Daniels
ac9e37fc64
Make disable scrolling optional for offcanvas. Fixes #193
2014-03-25 14:34:59 +01:00
Arnold Daniels
00a5a2d55b
Fixed offcanvas error because state is used as function. Fixes #192
2014-03-25 14:20:49 +01:00
Arnold Daniels
77d56d79af
Fixed customizer
...
Documentation fixes, oa. removed twbs stuff from components page
2014-02-18 03:49:32 +01:00
Arnold Daniels
2e76a80b1e
File input -> Better support for Bootstrap 3. Fixes #174
2014-02-17 06:02:51 +01:00
Arnold Daniels
299623f68f
Offcanvas fix for Firefox
2014-02-17 05:18:14 +01:00
Arnold Daniels
bcbfa87a8e
on event fix offcanvas
2014-02-17 04:08:59 +01:00
Arnold Daniels
356becc265
Removing Twitter Bootstrap + Get build procedure and file structure from twbs 3.1
2014-02-14 01:35:27 +01:00
Arnold Daniels
d12820b7b5
Rewritten offcanvas completely
2014-02-12 02:55:29 +01:00
Arnold Daniels
9c9af5d740
Rework of offcanvas plugin using position only
2014-02-11 05:01:45 +01:00
Arnold Daniels
1c0f1f8e32
Offcanvas WIP
...
Working on major fix for offcanvas
Adding offcanvas navbar
2014-02-07 22:43:04 +01:00