Daniel Holbert

Results 116 comments of Daniel Holbert

At a high level, I think the following makes sense based on current specs: - `contain:layout` makes a box be treated as having no baseline per https://drafts.csswg.org/css-contain-1/#containment-layout - The lack-of-a-baseline...

Looks like this is a duplicate of #44509 - @danielsakhapov , should this one be closed?

Here's how this page looks in context: ![image](https://github.com/mozilla/bedrock/assets/426803/e73d75f2-64bf-4ba6-9e2c-92a2da17ab70) When a user lands here after having just clicked a link on another page which was labeled "Set firefox as your default...

I don't assign tickets here, but I don't think so; I think this needs attention from someone involved with designing/maintaining this flow.

I think the existing wording is ~fine, but would ideally love to see "Here's everything you need to know" be the linkified phrase, rather than "Android devices". That makes it...

The problem here is: (1) The red "X" (`fileListItemDelete`) is a float, listed at the very end of each `fileListItem`. (2) So, its static position is bleeding off the bottom...

I think the best fix would be to address "(1)" from my previous comment -- just move `fileListItemDelete` earlier in the DOM, e.g. put it between `fileListItemTitle` and `fileListItemDescription`. Not...

Screencast showing my suggested fix in action (manually tweaking the DOM using devtools, and then adjusting the relative position "top" property of the red x's): http://people.mozilla.org/~dholbert/bugreports/cleopatra-reorder-dom.ogv

Hi @birdsarah ! Sure, I'll retry with 2.12 next week or so. For what it's worth: I did try with whatever the current version was ~2 weeks ago (maybe that...

I can still reproduce in version 2.12.0 (installed today; I uninstalled + reinstalled as-suggested, and enabled local network access in the Network Settings area). I exported a log from the...