Closed Bug 1469087 Opened 6 years ago Closed 5 years ago

paddle is clipped on empty-customize-area game

Categories

(Firefox :: Toolbars and Customization, defect, P5)

defect

Tracking

()

RESOLVED FIXED
Firefox 68
Tracking Status
firefox68 --- fixed

People

(Reporter: dholbert, Assigned: jaws)

References

Details

Attachments

(2 files)

[Confidential because this discusses an easter egg whose bug is also marked confidential -- bug 1409463]

STR:
 1. In customization mode, right-click every item and choose "add to overflow menu"
 2. When there is only a flexible spacer left, a whimsycorn button will appear on the bottom bar. Click it to start a pong game.

ACTUAL RESULTS:
Both copies of the "Flexible Space" text, as well as the rectangular pong-paddle, are clipped on the right side.  See attached screenshot.

EXPECTED RESULTS:
No such clipping.


I can reproduce in Firefox 58 (where this easter egg first shipped) as well as in current "Nightly 62.0a1 (2018-06-15) (64-bit)", so I suspect this has been an issue ever since this easter egg shipped.

I'm using Linux; I suspect maybe this issue is Linux-only (or at least does not affect Mac, given that's probably what jaws used to develop this)
Oh, it looks like bug 1423242 was meant to address this, but I can still reproduce in Nightly, so that didn't seem to fix it for me, as of current Nightly at least (using Ubuntu 18.04).
Attached image screenshot
Poked around in Browser Toolbox.  It looks like the paddles are <box> elements with this styling:
#wp-player1, #wp-player2 {
    width: 84px;
    height: calc(39px + 3em);
}

...and with the paddle/text drawn via a background with a "-moz-element" reference (in the inline style="..." attribute on the <box> element).

For the flexible space & text to be fully visible (i.e. for the background area to be large enough to contain the whole referenced -moz-element), I have to increase width to 101px.
This _feels_ like a pretty safe P5, since it's a pretty (intentionally) buried piece of interaction. Still, it's a pretty glitchy look. Happy to take pushback.
Priority: -- → P5
Flags: needinfo?(jaws)
Group: mozilla-employee-confidential
Assignee: nobody → jaws
Status: NEW → ASSIGNED
Flags: needinfo?(jaws)
Pushed by jwein@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/870476747e94
Apply the reduced font-size on the Whimsypong toolbarpaletteitem so the label will fit inside of the paddle. r=mconley
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68
QA Whiteboard: [good first verify]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: