Sam Thorogood
b35f94995d
simplify backdrop note
2017-01-23 13:40:56 +11:00
Sam Thorogood
08d5028704
Merge pull request #128 from GoogleChrome/tab-focus-stuck
...
focus work preventing stuck
2017-01-23 12:47:57 +11:00
Sam Thorogood
c6b60de0c4
focus work preventing stuck
2017-01-23 12:46:02 +11:00
Sam Thorogood
3116dc5386
move incorrect organized test
2017-01-23 12:30:17 +11:00
Sam Thorogood
39d967c067
simplify backdrop js
2017-01-23 11:17:52 +11:00
Sam Thorogood
0788a32324
Merge pull request #127 from GoogleChrome/top-test
...
test for dialog positioning
2017-01-23 10:30:40 +11:00
Sam Thorogood
89c917381b
test for dialog positioning
2017-01-23 10:30:17 +11:00
Sam Thorogood
7e49e8d34e
update dummy form test
2017-01-23 09:20:48 +11:00
Sam Thorogood
64cb2a5eec
Merge pull request #126 from GoogleChrome/autofocus-fix
...
focus after dialog shown
2017-01-23 08:48:31 +11:00
Sam Thorogood
2857929274
focus after dialog shown
2017-01-23 08:47:53 +11:00
Sam Thorogood
3e8d0caf34
Merge pull request #121 from Garbee/readme/anchor
...
Remove anchoring reference.
2017-01-19 10:35:31 +11:00
Jonathan Garbee
524203255d
Remove anchoring reference.
2016-12-15 12:23:25 -05:00
Sam Thorogood
a412b0aa90
more aggressively look for disappearing dialogs
2016-11-16 19:37:10 +00:00
Sam Thorogood
db2c169efd
flip order of stack
2016-11-16 19:25:23 +00:00
Sam Thorogood
4137efe028
update spec link
2016-11-14 17:08:45 +00:00
Sam Thorogood
9367194f77
npm 0.4.5
2016-11-14 17:07:08 +00:00
Sam Thorogood
518b6dbdcd
removed debugging statements
2016-11-14 17:06:53 +00:00
Sam Thorogood
6f6f6d2a63
npm 0.4.4
2016-08-18 15:27:56 +10:00
Sam Thorogood
35ea2a3cc5
closure/styling fix
2016-07-15 10:12:40 +10:00
Sam Thorogood
35dfb32b83
Merge branch 'master' of github.com:GoogleChrome/dialog-polyfill
2016-06-24 16:46:09 +10:00
Sam Thorogood
5b96bea186
notes on fixed dialog position
2016-06-24 16:45:38 +10:00
Sam Thorogood
471211920b
Merge pull request #106 from timoxley/patch-1
...
Remove warning that browser already supports <dialog>
2016-05-31 09:20:36 +10:00
Tim Oxley
511aaa7373
Remove warning that browser already supports <dialog>
...
Polyfills probably don't need to warn users that their browser already supports the feature they're polyfilling.
2016-05-11 08:59:32 +08:00
Sam Thorogood
758cd75bea
Merge pull request #104 from merih/master
...
Prioritise AMD module definition
2016-04-20 18:37:59 +10:00
Merih Akar
400f8e96f8
Prioritise AMD module definition
2016-04-20 11:19:34 +03:00
Sam Thorogood
815d1d080d
test dialog method
2016-03-24 13:17:42 +11:00
Sam Thorogood
788367a4d2
Merge pull request #101 from GoogleChrome/focus-nonmodal
...
focus on show() as well as showModal()
2016-03-23 08:42:18 +11:00
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
David D Lowe
1075ab116d
Move the script tag to the body in the example
...
This means that the script won't block rendering earlier than needed. A preferable solution would be to use the `async` HTML attribute, but that would require a way to put the custom code in a callback, and this library isn't ready for that yet.
2016-03-10 18:06:33 +01: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