DescriptionAttach menu dismiss handler to <body>, not <html>.
document.all is not available to Apps v2, so menus were previously not
dismissable. I could use document.body.parentNode, but I can't think of
any good reason to attach the event handler to <html> instead of <body>.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182046
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|