mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
Bug 1459590 - Ensure Fennec select and input element work with ShadowDom; r=jchen
Differential Revision: https://phabricator.services.mozilla.com/D2151 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
b5b2c78493
commit
c17a3e83a6
@ -24,7 +24,7 @@ var InputWidgetHelper = {
|
||||
},
|
||||
|
||||
handleEvent: function(aEvent) {
|
||||
this.handleClick(aEvent.target);
|
||||
this.handleClick(aEvent.composedTarget);
|
||||
},
|
||||
|
||||
handleClick: function(aTarget) {
|
||||
|
@ -24,7 +24,7 @@ var SelectHelper = {
|
||||
},
|
||||
|
||||
handleEvent: function(event) {
|
||||
this.handleClick(event.target);
|
||||
this.handleClick(event.composedTarget);
|
||||
},
|
||||
|
||||
handleClick: function(target) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user