Simon Fraser

Results 17 issues of Simon Fraser

When using the text-indent: -5000px image replacement hack, you should always combine it with overflow:hidden. This will fix some flashing issues when in 3D mode. Specifically, add this: .window .titlebar...

#### a5978d84ab162afdab227cb0ee09ebcd08dbbc78 Show "Scroll" labels in the element tree for scrollable elements https://bugs.webkit.org/show_bug.cgi?id=243550 Reviewed by NOBODY (OOPS!). Show "Scroll" labels on the document, and on scrollable elements in the Elements...

merging-blocked
Web Inspector
Safari Technology Preview

#### 47aeeca5223d79b2bae3f8cfb7d60f1ced54d524 [iOS] Tests with incomplete UIScripts cause flaky crashes under WebKit::RemoteLayerTreeDrawingAreaProxy::commitLayerTree() https://bugs.webkit.org/show_bug.cgi?id=236794 <rdar://89100788> Reviewed by NOBODY (OOPS!). If a test calls notifyDone() before all the scripts triggered via `testRunner.runUIScript()`...

merging-blocked
New Bugs
WebKit Nightly Build

#### c1256304d88e77ed01f8dbd5df735204105e2abb Group WKWebView state which is per-process into a struct https://bugs.webkit.org/show_bug.cgi?id=243704 Reviewed by NOBODY (OOPS!). We often have bugs where we forget to reset state on WKWebView when the...

WebKit Misc.
Safari Technology Preview

I'm getting "Obsolete biblio ref: [SVG] is replaced by [SVG11]" for the css-transforms-1 spec, and I think I've removed all references to SVG.

bug

## Request for position on an emerging web specification * WebKittens who can provide input: @pxlcoder ### Information about the spec * Spec Title: Eyedropper API * Spec URL: https://wicg.github.io/eyedropper-api/...

topic: web apis
topic: app-like capabilities
venue: WICG
concerns: API design
from: Microsoft
concerns: maintenance

#### 07b1536cca4342b47f7ac37384d73ef5138ff98d Represent feComponentTransfer CSS filters as feColorMatrix https://bugs.webkit.org/show_bug.cgi?id=245111 <rdar://99850797> Reviewed by NOBODY (OOPS!). The "feComponentTransfer" type CSS filters (invert, opacity, brightness, contrast) can be represented as feColorMatrix, which will...

merging-blocked
Layout and Rendering
Safari Technology Preview

Your notes say "Due to a webkit bug, matrix rotation of a cube construct sometimes causes loss of interactivity with portions of each "face" of the cube (but strangely, not...

Light vs. dark mode could possibly impact scores. We should probably advise people to run the benchmark in light mode.

enhancement

Convert the harness code (and a bit of test code) to use JS class syntax, replacing `Utilities.createClass()` and `Utilities.createSubclass` with `class` and `extend`, fixing the formatting as appropriate. Mostly mechanical,...

non-trivial