Closed
Bug 1108277
Opened 10 years ago
Closed 10 years ago
the <canvas> element returns incorrect min/pref inline-size in vertical writing modes
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: jfkthame, Assigned: jfkthame)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
399 bytes,
text/html
|
Details | |
1.71 KB,
patch
|
smontagu
:
review+
|
Details | Diff | Splinter Review |
2.39 KB,
patch
|
smontagu
:
review+
|
Details | Diff | Splinter Review |
For a simple demonstration, put a <canvas> inside an html <button>, as in the attached testcase, and note how the *width* of the canvas contributes to the *height* of the enclosing button.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8532842 -
Flags: review?(smontagu)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 years ago
|
||
Looking around in layout/generic, I notice the same issue exists for video and plugin frames; let's fix those while we're here.
Attachment #8532844 -
Flags: review?(smontagu)
Updated•10 years ago
|
Attachment #8532842 -
Flags: review?(smontagu) → review+
Updated•10 years ago
|
Attachment #8532844 -
Flags: review?(smontagu) → review+
Assignee | ||
Comment 3•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/c3ba63a95999
https://hg.mozilla.org/integration/mozilla-inbound/rev/e7d83c24264b
Target Milestone: --- → mozilla37
Comment 4•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c3ba63a95999
https://hg.mozilla.org/mozilla-central/rev/e7d83c24264b
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•