Open
Bug 1176388
Opened 10 years ago
Updated 3 years ago
Add pref to disable the border around loading images
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
NEW
People
(Reporter: snorp, Unassigned)
Details
Attachments
(1 file)
4.93 KB,
patch
|
Details | Diff | Splinter Review |
It looks like a crappy MOTIF app, and most other browsers seem to just draw nothing at all. In conjunction with the pref in bug 1176081 toggled, we would also draw nothing.
Reporter | ||
Comment 1•10 years ago
|
||
This builds upon the patch in bug 1176081
Reporter | ||
Updated•10 years ago
|
Attachment #8624904 -
Flags: review?(seth)
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → snorp
Comment 2•10 years ago
|
||
This is fine, but do we really need *another* pref? If this is the version we want to ship, why don't we just make browser.display.show_loading_image_placeholder behave this way?
Comment 3•10 years ago
|
||
I thought Chrome drew a border in this situation, less pronounced then what we do though.
I think I kind of like the border actually, gives an indication that something goes there with out being too eye catching. We could stand to tone down our border though.
Reporter | ||
Comment 4•10 years ago
|
||
You can use http://www.deelay.me/ to see how things look today. Chrome doesn't draw anything here for me (both desktop and android), but maybe it's because there is no explicit size?
Reporter | ||
Comment 5•10 years ago
|
||
Anthony, what do you think about image borders while loading?
Flags: needinfo?(alam)
Comment 6•10 years ago
|
||
I agree, we shouldn't draw anything at all unless there's a compelling reason to. It doesn't really _feel_ great when I see those placeholders.
I don't think this needs to be a pref under Settings. Let's not have that placeholder image while things are loading.
Flags: needinfo?(alam)
Comment 7•10 years ago
|
||
Personally I don't like the borders either. I'm perfectly happy with displaying nothing until the image loads.
So snorp, what's the conclusion? Are you going to update the patch to just use the |browser.display.show_loading_image_placeholder| pref? Or do you think it's worth supporting 3 different behaviors here?
Flags: needinfo?(snorp)
Comment 8•10 years ago
|
||
I talked to snorp a few days ago, we concluded that I would incorporate this patch into mine in bug 1176081. I think I'll just have one pref, so that it can be disabled late in the game without code modifications if we need.
Updated•10 years ago
|
Attachment #8624904 -
Flags: review?(seth)
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Product: Core Graveyard → Core
Comment 10•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: snorp → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•