[Webkit-unassigned] [Bug 146383] If src is empty in img tag it shows a gray border around the image
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 16 16:08:36 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=146383
--- Comment #9 from paladox <thomasmulhall410 at yahoo.com> ---
(In reply to comment #8)
> So what are you doing on other browsers that also show a gray border?
I'm trying to not set src because I have created a patch for gerrit but I not really know how to program in java so I just had to re use a public function that allowed me to get the image I wanted. But the image was inside a background-image: css property. But if I only add a class to img and doint set a valid image in src, it will show a grey border. I would really like it if the grey border could be removed please?
See here https://gerrit-review.googlesource.com/#/c/91471/10/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Labels.java
scroll to line
203
and
211
I had to set that src with a blank image otherwise a grey border will show.
But it is unlikely they will merge the patch since that is just a work around.
Line 202 is where I set the class for the image
same for line 210
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161117/66f8ad1d/attachment-0001.html>
More information about the webkit-unassigned
mailing list