Граф коммитов

211 Коммитов

Автор SHA1 Сообщение Дата
Sam Thorogood 29b088d4ed focus on show() as well as showModal() 2016-03-22 12:03:03 +11:00
Addy Osmani 01cfbd3bd6 Merge pull request #86 from karlhorky/add-demo-and-modal-note
Add demo, Note modal option in intro
2016-03-11 16:52:58 +00:00
Sam Thorogood 44d6846e51 remove duplicate Usage heading, small wording fixes 2016-03-08 23:52:20 +11:00
Sam Thorogood 9230b870d6 npm release 0.4.3 2016-02-12 19:48:32 +11:00
Sam Thorogood 3bc8b6ea8f Merge pull request #95 from samthor/dialog-role
add role dialog to upgraded dialogs
2016-02-12 19:41:49 +11:00
Sam Thorogood 45b5950873 add role dialog to upgraded dialogs 2016-02-11 09:19:46 +11:00
Sam Thorogood b276cad016 Merge pull request #96 from samthor/string-error
string errors -> Error
2016-02-06 09:50:01 +11:00
Sam Thorogood 016bdf2d1b string errors -> Error 2016-02-06 09:49:30 +11:00
Sam Thorogood eac4baa34f Merge pull request #94 from niksy/dont-expose-global
Don’t expose polyfill to global when in CJS/AMD
2016-02-04 20:03:08 +11:00
Ivan Nikolić 771e87392a Pull request #94 updates
- add comment for global expose
- force register polyfill methods for Closure Compiler
2016-02-04 09:50:49 +01:00
Ivan Nikolić 3ea3e5f29c Don’t expose polyfill to global when in CJS/AMD
Closes #93.
2016-02-03 22:57:34 +01:00
Sam Thorogood 24bd09224a Merge pull request #91 from samthor/safe-blur
move body blur logic into safe blur method
2016-02-02 09:43:21 +11:00
Sam Thorogood 0e6237b705 move body blur logic into safe blur method 2016-02-02 09:41:13 +11:00
Sam Thorogood fc7bfeb65b remove -webkit- hack 2016-02-02 08:58:11 +11:00
Sam Thorogood 3a45d7ddbd Merge pull request #87 from zmitroc/blur-body-IE
Bugfix for IE when blur occurs on <body>
2016-02-02 08:56:37 +11:00
Sam Thorogood cfaec48544 Merge pull request #88 from Garbee/readme
Add usage section to readme.
2015-12-20 19:03:26 +11:00
Jonathan Garbee df42feeca9 Add usage section to readme. 2015-12-19 14:31:07 -05:00
Dmitry Rokalo ea619670f7 bug fix with blur body in IE 2015-12-14 17:35:14 +03:00
Karl Horky 730301192f Add demo, note modal option in intro 2015-11-29 13:22:59 +01:00
Sam Thorogood 5b5c20a111 closure fix 2015-10-28 22:39:56 +11:00
Sam Thorogood 3a4edf51b6 Merge pull request #84 from Rowno/module-support
Add CommonJS and AMD support
2015-10-28 16:13:49 +11:00
Roland Warmerdam c9a2e21897 Add CommonJS and AMD support 2015-10-23 19:05:48 +13:00
Sam Thorogood cf2d4f123a npm to 0.4.2 2015-10-03 10:32:49 +10:00
Sam Thorogood c3e449dce0 Merge pull request #82 from BrunoEberhard/fix_blur_activeElement
The activeElement doesn't seem to have blur in IE 11.0.9600.18015
2015-10-03 10:21:11 +10:00
bruno d3c1653275 The activeElement doesn't seem to have blur in IE 11.0.9600.18015 2015-10-02 14:14:16 +02:00
Sam Thorogood 6ce903483c Merge pull request #78 from samthor/master
allow form inside dialog without specified method
2015-09-21 08:46:06 +10:00
Sam Thorogood 466ee78ee8 allow form inside dialog without specified method 2015-09-20 17:58:04 +10:00
Sam Thorogood 8a5f2b0590 Merge pull request #58 from edlebert/master
Fixed centered-alignment if dialog is taller than the viewport.
2015-09-01 14:11:17 +10:00
Sam Thorogood 519b6c67ba Merge pull request #76 from samthor/master
updates for NPM publishing, 0.4.1
2015-09-01 14:08:08 +10:00
Sam Thorogood a839a024cd 0.4.1 2015-09-01 14:06:42 +10:00
Sam Thorogood 95d1b8c00c updates for npm publishing 2015-09-01 14:06:34 +10:00
Sam Thorogood 3d94976771 Merge pull request #75 from samthor/master
npm version update
2015-08-27 22:50:45 +10:00
Sam Thorogood 15e4599d5b npm version update 2015-08-27 22:49:50 +10:00
Sam Thorogood f6e12bad79 Merge pull request #73 from samthor/ie9-domattr
domattr support for IE9 and IE10
2015-08-26 11:02:21 +10:00
Sam Thorogood 8d5774a49e Merge pull request #71 from craigfrancis/patch-1
Support case insensitive nodeName matching
2015-08-26 09:34:16 +10:00
Craig Francis a0789c5e8d Support case insensitive nodeName matching
When documents are served with the "application/xhtml+xml" Content-Type header, then the nodeName is not automatically converted to upper case.

https://wiki.whatwg.org/wiki/HTML_vs._XHTML
2015-08-25 11:57:19 +01:00
Sam Thorogood c65c45011b domattr support for IE9 and IE10 2015-08-21 10:52:38 +10:00
Sam Thorogood c1f1ba9050 Merge pull request #70 from samthor/dialog-button-fixes
update form method='dialog' to support button value, fix default returnValue
2015-08-15 15:12:07 -07:00
Sam Thorogood 192eef16f2 Merge pull request #67 from samthor/register-changes
Break apart registerDialog and forceRegisterDialog
2015-08-15 15:11:58 -07:00
Sam Thorogood 34ab056399 update form method='dialog' to support button value, fix default
returnValue
2015-08-16 08:08:36 +10:00
Sam Thorogood 84d755d075 Break apart registerDialog and forceRegisterDialog 2015-08-04 09:30:45 -07:00
Sam Thorogood 831927896d Merge pull request #68 from samthor/close-no-bubble
don't bubble the close event, conform to spec
2015-08-04 09:19:40 -07:00
Sam Thorogood cc4ae7b753 don't bubble the close event, conform to spec 2015-08-04 09:18:51 -07:00
Sam Thorogood bab2fed692 Merge pull request #66 from samthor/master
IE9 test sanity
2015-08-04 08:56:12 -07:00
Sam Thorogood 6a3588d872 IE9 test sanity 2015-08-04 08:55:22 -07:00
Sam Thorogood accde476c3 Merge pull request #65 from samthor/master
viewport scale on actionbar
2015-08-04 08:52:11 -07:00
Sam Thorogood 2858588d0e viewport scale on actionbar 2015-08-04 08:51:40 -07:00
Sam Thorogood 9e896b4322 Merge pull request #61 from samthor/domnoderemoved
use DOMNodeRemoved to watch for modal dialog removal from DOM
2015-07-29 10:25:47 +10:00
Sam Thorogood 608ad73b39 Merge pull request #62 from samthor/master
actionbar demo
2015-07-27 11:07:47 +10:00
Sam Thorogood bf48c63e7d actionbar demo 2015-07-27 11:06:56 +10:00