mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-27 00:41:46 +00:00
import from UXP: Issue #2030 - Allow child nodes of button to participate in mouse hit tests (a585aeacf)
This commit is contained in:
@@ -117,8 +117,8 @@ nsHTMLButtonControlFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
|
||||
|
||||
nsDisplayListCollection set(aBuilder);
|
||||
|
||||
// Do not allow the child subtree to receive events.
|
||||
if (!isForEventDelivery) {
|
||||
// HTMLInputElement buttons are opaque to hit tests, HTMLButtonElement buttons are not.
|
||||
if (!(isForEventDelivery && this->IsInput())) {
|
||||
DisplayListClipState::AutoSaveRestore clipState(aBuilder);
|
||||
|
||||
if (ShouldClipPaintingToBorderBox()) {
|
||||
|
||||
Reference in New Issue
Block a user