Open Bug 1890729 Opened 6 months ago Updated 6 months ago

eyedropper does not react to PgUp/PgDn

Categories

(DevTools :: Inspector, defect, P3)

Firefox 124
defect

Tracking

(firefox125 affected, firefox126 affected)

Tracking Status
firefox125 --- affected
firefox126 --- affected

People

(Reporter: joel.bashandy, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0

Steps to reproduce:

I used the eyedropper on a scrollable page and utilized PgUp/PgDn in order to get to other parts of that page.

Actual results:

The eyedropper lens (?) and the showed hex code were still as if I didn´t move the page and still displayed results according to the original part of the page which was shown when I enabled the eyedropper.

Expected results:

The eyedropper should have shown results according to the actually visible area of the page instead of older versions of the display.

Managed to reproduce this issue on:

  • Firefox Nightly 126.0a1;
  • Firefox 125.0;

Tested and reproduced on:

  • macOS 12;
  • Windows 10;
  • Ubuntu 22;

Setting the Product to ‘DevTools’ and Component to ‘Inspector’. Please change if there’s a better fit, thank you.
Setting as NEW.

Status: UNCONFIRMED → NEW
Component: Untriaged → Inspector
Ever confirmed: true
Product: Firefox → DevTools

Due to technical limitation, we actively prevent from scrolling use the mousewheel when picking a color. Using the keyboard arrows will also be caught and will move the picker instead of being sent to the page. That's because the feature relies on a screenshot of the viewport in order to work.

While we may revisit at some point to change the approach, most likely here we want to prevent scrolling using pageup/pagedown.

FWIW, Chrome seems to prevent any scrolling as well.

Our current approach is to disable keys / events one by one, but maybe we can reuse Debugger features to block most events from interacting with the page.

Severity: -- → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: