adixon-adobe

Results 22 comments of adixon-adobe

I ran into this issue today. I definitely agree that the `setTimeout` logic isn't that burdensome, but the fact that `AbortController` uses `AbortSignal` internally, but that you can't actually use...

@annevk I still found myself wanting to pass in a parameter or custom `AbortSignal` that uses the static method. My point was that you can create an `AbortSignal` with a...

I'm guessing this is also a spectrum css bug.

Meant to add that we're not seeing any functional issues here.

After taking a quick look at the code it made more sense to write this as a one-off issue than a general issue, since there's an actual difference in the...

I'm a lead on Lightroom Web at Adobe. What @ounterecker mentioned for Photoshop is also true for Lightroom. We need exactly the same support.

I can also see that 2 change events trigger when you click the "close" button, one with the pre-clear text value, and one with the empty string.

That matches the steps I'm doing and what I'm seeing, yes. Personally I don't think the `change` event at step 2 is actually desired. It feels like that one should...

The one reason this continues to give me pause is that the default behavior can create subtle bugs, and that there aren't common html patterns where a DOM element removes...

I would also guess that in most use cases for this, clients need to actually persist the change somehow, and update an internal list of tags (at which point the...