Open
Bug 1442454
Opened 7 years ago
Updated 2 years ago
headerURL should have background-repeat: repeat; by default
Categories
(Firefox :: Theme, enhancement, P5)
Firefox
Theme
Tracking
()
NEW
People
(Reporter: ntim, Unassigned)
References
(Blocks 1 open bug)
Details
This is chrome's default behaviour, and is used by chrome themes to support patterns.
Reporter | ||
Updated•7 years ago
|
Component: WebExtensions: Themes → Theme
Product: Toolkit → Firefox
Comment 1•7 years ago
|
||
I believe this contradicts how Lightweight Themes worked previously.
Comment 2•7 years ago
|
||
It does, and if we don't take care of that, it'd be very jarring visually. We should tread carefully here!
Reporter | ||
Comment 3•7 years ago
|
||
I don't think this is a problem. AMO enforces a huge minimum size for the headerURL, so the repeating parts would probably never show. If it does turn out to be a problem, then we can check if the prop name specified is theme_frame, and repeat in this case. However this adds significant complexity...
Comment 4•7 years ago
|
||
(In reply to Tim Nguyen :ntim from comment #3)
> AMO enforces a huge minimum size for the
> headerURL, so the repeating parts would probably never show.
What's the point of repeating it then? Is AMO going to drop its minimum size requirement?
Priority: -- → P5
Reporter | ||
Comment 5•7 years ago
|
||
(In reply to Dão Gottwald [::dao] from comment #4)
> (In reply to Tim Nguyen :ntim from comment #3)
> > AMO enforces a huge minimum size for the
> > headerURL, so the repeating parts would probably never show.
>
> What's the point of repeating it then? Is AMO going to drop its minimum size
> requirement?
The minimum size requirement is for lightweight themes, not WebExtension themes. Mike and Jared are concerned about lightweight theme compatibility, but I don't think it'd make a difference for those LWT.
However, it will make a difference for WebExtension themes, by allowing more Chrome compatibility.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•