Commit Graph

59 Commits

Author SHA1 Message Date
Arnold Daniels
dc06e4e935 Merge pull request #502 from Minstel/462-Offcanvas_closing_when_interacting_with_dropdown
Fix offcanvas close issue (fixes #462)
2017-01-20 03:20:33 +01:00
Arnold Daniels
6d42b2ae68 Merge pull request #501 from Minstel/443-How_to_close_the_left_hand_nav_for_really_small_screens
Menu width should always be smaller then screen width (fixes #443)
2017-01-20 03:20:09 +01:00
Arnold Daniels
32776b61e7 Merge pull request #499 from Minstel/451-Javascript_clone_more_div_offcanvas-clone
Do not create non-needed menu clones (fixes #451)
2017-01-20 03:19:24 +01:00
Arnold Daniels
ff9991ceac Merge pull request #486 from proferabg/master
Add Hexadecimal Mask
2017-01-20 03:18:42 +01:00
minstel
04ab9af0fb Fix offcanvas close issue (fixes #462) 2017-01-14 00:04:32 +07:00
minstel
a1c4a672dd Menu width should always be smaller then screen width (fixes #443) 2017-01-13 13:37:22 +07:00
minstel
ddece62a51 Do not create non-needed menu clones (fixes #451) 2017-01-12 01:36:03 +07:00
minstel
cae5798d8f SVG support for file input preview (fixes #489) 2017-01-11 22:14:17 +07:00
proferabg
e54f0dcc30 Add Hexadecimal Mask 2016-10-21 17:10:30 -04:00
Andrii Cherytsya
6d18413346 Fixed issue 179 by commit: ba75c17 revert 2016-10-03 17:54:06 +03:00
Andrii Cherytsya
d3044d67f0 Changed back js file formatiing.
Removed 'jscs' test from grunt (jscss formating).
2016-10-03 17:29:17 +03:00
Andrii Cherytsya
b18bed6237 Merge branch 'travis-publishing'
Conflicts:
	dist/js/jasny-bootstrap.js
	dist/js/jasny-bootstrap.min.js
	js/fileinput.js
2016-10-03 16:22:56 +03:00
Andrii Cherytsya
119508c28b Fixed js files after grunt formatting 2016-10-03 14:20:12 +03:00
Andrii Cherytsya
1d7b2a6c0a Forgot update some files 2016-10-03 11:43:32 +03:00
Pau Rodriguez-Estivill
ba75c1732e Fixed issue 179, stack overflow. 2016-07-16 02:23:14 +02:00
Arnold Daniels
feea0e59b5 Merge pull request #444 from brcontainer/patch-1
Firefox returns empty in `.css()`
2016-06-08 19:49:29 +02:00
fstiehle
27aa305f1f Performance Improvement var $this = $(this);
A minor thing: avoid creating a new jQuery object every time. Performance Improvement?
2016-03-22 12:43:08 +01:00
Guilherme Nascimento
6191dadc66 Update fileinput.js 2016-03-09 14:12:12 -03:00
Guilherme Nascimento
5c2e463d13 Firefox returns empty in .css()
Firefox returns empty in `.css()` and parseInt("", 10) returns NaN
Any calcs with NaN returns NaN
2016-03-09 14:02:32 -03:00
Arnold Daniels
033297bfa7 Revert "fix csp warning about unsafe-inline style-src" 2016-01-07 19:40:27 -04:00
Mike Zielonka
62e0c86998 fixes issues #309
Full credit to @Akkuzin for the fix.
2016-01-03 19:53:17 -04:00
Shiny
cdf7fd972f 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.
2016-01-03 19:53:17 -04:00
Arnold Daniels
b7af1ada6c Using latest packages for grunt
Renamed jscs.json to jscsrc
Fixed styling errors in build js files
2016-01-03 19:53:17 -04:00
Arnold Daniels
b67cfb86da Revert "Added Wizard component (not yet documented)"
This reverts commit f96d55965a.
2016-01-03 19:53:17 -04:00
pbatey
0c4702571d 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/.
2016-01-03 19:53:17 -04:00
Dehalion
0f007adb71 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
2016-01-03 19:53:16 -04:00
Dehalion
9e3e85ee72 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
2016-01-03 19:53:16 -04:00
Ivan Povalyukhin
e07a929749 [whitespace gardening] - rm trailing whitespaces 2016-01-03 19:53:16 -04:00
Arnold Daniels
ec166caba6 Added Wizard component (not yet documented) 2016-01-03 19:53:16 -04:00
Chris Rebert
7a9e77684e "Twitter Bootstrap" is now simply "Bootstrap"
See http://getbootstrap.com/about/#brand
Changed references to "Twitter Bootstrap" to "vanilla Bootstrap" or just "Bootstrap".
2016-01-03 19:53:16 -04:00
Samuel Georges
58565ab2b1 Allow touching in the offcanvas area 2016-01-03 19:53:16 -04:00
Alex Vasilenko
31641ef078 hide menu on backdrop click 2016-01-03 19:53:16 -04:00
Alex Vasilenko
f74de5c7ff prevent scrolling on mobiles
modal backdrop option for offcanvas
2016-01-03 19:53:16 -04:00
Tomek
c7fff67f61 Update inputmask.js
input event to support bootstrapvalidator
2016-01-03 19:53:16 -04:00
Alexander Zheltov
5af2c65761 Fixed event namespace naming issue in inputmask 2016-01-03 19:53:16 -04:00
Alexander Zheltov
d15e3f9ed7 Fixed Inputmask.unmask
`inputmask` was replaced by `bs.inputmask`
2016-01-03 19:53:16 -04:00
Arnold Daniels
b89e662302 Always add padding to the right for body offcanvas.disableScrolling 2016-01-03 19:53:16 -04:00
Arnold Daniels
5dc5b5994a Fixed unit test for inputmask 2016-01-03 19:53:16 -04:00
Arnold Daniels
9700e42f67 Fixed customizer. Fixes #233
Bump version to 3.1.3
2016-01-03 19:53:15 -04:00
Arnold Daniels
02c323ca56 Change input mask character for alphanumeric to w.
Change docs for inputmask.
Fixes #237
2016-01-03 19:53:15 -04:00
Arnold Daniels
8ff8a6bbbb Handle undefined body style in OffCanvas.disableScrolling(). Fixes #214 2016-01-03 19:53:15 -04:00
Arnold Daniels
45a6182f79 Minor changes 2016-01-03 19:53:15 -04:00
Arnold Daniels
26e920d054 Use window.jQuery in transition.js 2016-01-03 19:53:15 -04:00
Arnold Daniels
a96c41a7ff Fixed broken rowlink caused by check on .rowlink-skip. Fixed #221
Thanks @cervengoc
2016-01-03 19:53:15 -04:00
Arnold Daniels
5e62112251 Replace grunt-sed with grunt-text-replace
Set version to 3.1.2
2016-01-03 19:53:15 -04:00
Arnold Daniels
44aea10948 Added transitions support check. Fixes #213
This is required to run Jasny Bootrstap standalone.
2016-01-03 19:53:15 -04:00
Arnold Daniels
a7cbe01c50 Offcanvas option disablescrolling (lowercase) as alias of disableScrolling (camel cased). Fixes #219 2016-01-03 19:53:15 -04:00
Arnold Daniels
414ad616a8 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
2016-01-03 19:53:15 -04:00
joshjb84
197a8135c4 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.
2016-01-03 19:53:15 -04:00
Arnold Daniels
a85e02dcea stop propagation for file input, input element. Fixes #182 2016-01-03 19:53:15 -04:00