[Bug 35338] Vector skin's default ul/li bullet is low-resolution image, shows pixelated

2014-06-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35338

Tyler Romeo  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
  Component|Skin and page rendering |Vector
Version|1.19|unspecified
Product|MediaWiki   |MediaWiki skins

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35338] Vector skin's default ul/li bullet is low-resolution image, shows pixelated

2014-06-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35338

--- Comment #9 from Jared Zimmerman (WMF)  ---
Should I change the bug to "Stop using IE6?" 

But seriously, we'll add a basic dot character to the wikifont, should be able
to solve this right.?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35338] Vector skin's default ul/li bullet is low-resolution image, shows pixelated

2014-06-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35338

--- Comment #8 from Bartosz Dziewoński  ---
I assume you mean a "•" inserted using ::before pseudo-elements? It doesn't
support these, yes.

The default list style is of course something looking just like this, but it's
not possible to change the color of the "list marker" independently of the
color of list item text without using additional HTML elements, and I think the
point here is the color.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35338] Vector skin's default ul/li bullet is low-resolution image, shows pixelated

2014-06-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35338

--- Comment #7 from Jared Zimmerman (WMF)  ---
IE6 doesn't support  with • ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35338] Vector skin's default ul/li bullet is low-resolution image, shows pixelated

2014-06-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35338

--- Comment #6 from Bartosz Dziewoński  ---
The original reason was probably IE6 support :)

Someone should totally cross-reference our browser support matrix with their
CSS support and come up with a gracefully-degrading way of doing this better.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35338] Vector skin's default ul/li bullet is low-resolution image, shows pixelated

2014-06-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35338

--- Comment #5 from Jared Zimmerman (WMF)  ---
is there reason that this isn't actually just a basic unicode character because
we're worried some fonts might not have a basic round bullet? like so -> •

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35338] Vector skin's default ul/li bullet is low-resolution image, shows pixelated

2014-06-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35338

Jared Zimmerman (WMF)  changed:

   What|Removed |Added

 CC||jared.zimmerman@wikimedia.o
   ||rg
 Depends on||66138

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35338] Vector skin's default ul/li bullet is low-resolution image, shows pixelated

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35338

--- Comment #4 from Bartosz Dziewoński  ---
That's interesting, but has the same drawbacks in what I described in comment
1.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35338] Vector skin's default ul/li bullet is low-resolution image, shows pixelated

2014-03-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35338

--- Comment #3 from david.nicol...@gmail.com ---
Is a CSS-only solution a possibility?


@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
li {
position: relative;
}
li::before {
content: "";
border-radius: 3px;
border: 3px solid #00528c;
position: absolute;
left: -13px;
top: 8px;
}
}


-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35338] Vector skin's default ul/li bullet is low-resolution image, shows pixelated

2014-03-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35338

Bartosz Dziewoński  changed:

   What|Removed |Added

 CC||david.nicol...@gmail.com

--- Comment #2 from Bartosz Dziewoński  ---
*** Bug 62954 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35338] Vector skin's default ul/li bullet is low-resolution image, shows pixelated

2014-02-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35338

Bartosz Dziewoński  changed:

   What|Removed |Added

 CC||matma@gmail.com

--- Comment #1 from Bartosz Dziewoński  ---
A problem here is that we have no cross-browser way to provide SVG + PNG
fallback for list-style-image :(

We could either go with just SVG and leave other browsers with regular
list-style-type: disc (or 'square' for Mononook), or try to use a
background-image here, which will cause problems where people overrode the core
style (e.g. for FA/GA badges on interwiki list on Wikipedias).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35338] Vector skin's default ul/li bullet is low-resolution image, shows pixelated

2013-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35338

Bartosz Dziewoński  changed:

   What|Removed |Added

 Blocks||44881

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35338] Vector skin's default ul/li bullet is low-resolution image, shows pixelated

2012-03-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35338

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l