Page MenuHomePhabricator
Feed Advanced Search

Feb 2 2015

Edokter added a comment to T88220: Remove overflow:hidden for headings.
  • The cut-off characters should be solved with line-height. Value depends on font used.
  • A header is typically a single line, so needs no flowing.
  • The anchor (T18691) no longer needs visible.
Feb 2 2015, 3:57 PM · MediaWiki-User-Interface
Edokter added a comment to T88220: Remove overflow:hidden for headings.

Yes I did. But AGAIN, I fail to see the benefit; all issues you describe can be solved by other means.

Feb 2 2015, 3:32 PM · MediaWiki-User-Interface
Edokter added a comment to T88220: Remove overflow:hidden for headings.

We are exploring different solutions for the anchors and cut-off characters are fixed by a simple line-height fix.

Feb 2 2015, 2:54 PM · MediaWiki-User-Interface
Edokter added a comment to T88220: Remove overflow:hidden for headings.

@Fomafix, I used Chrome 40, but effect is seen in any browser.

Feb 2 2015, 1:08 PM · MediaWiki-User-Interface
Edokter added a comment to T88220: Remove overflow:hidden for headings.

The underline does not enter margin of the floating element.

Feb 2 2015, 12:31 PM · MediaWiki-User-Interface
Edokter added a comment to T88220: Remove overflow:hidden for headings.

OK, it flows around. But the underline crosses the float; the reason hidden exists in the first place. And with other aternatives now investigated, there is no need to remove it.

Feb 2 2015, 11:23 AM · MediaWiki-User-Interface
Edokter added a comment to T18691: RFC: Section header "share" link.

Just some thoughts... How would just styling the header as a link in hover sound?
(Answering myself, that may interfere with links already in the header.)

Feb 2 2015, 9:22 AM · Tech Ambassadors & Translators, User-Jdlrobson, Platform Team Workboards (Clinic Duty Team), TechCom-RFC, Design, MediaWiki-User-Interface
Edokter added a comment to T88220: Remove overflow:hidden for headings.

It is valid, but overcomplicated and not universally supported; grade A is not all browsers. The hidden overflow does flow around floating objects; I have no idea how you could state otherwise... it was designed to flow around floating objects.

Feb 2 2015, 8:59 AM · MediaWiki-User-Interface

Feb 1 2015

Edokter added a comment to T88220: Remove overflow:hidden for headings.

overflow:hidden is perfectly valid CSS and not a 'hack' in any way; it does exactly what it is intended to do. It is the various code proposed here that are hacks because they try to negate lazy coding; if T18691 is not related, then why are we having this discussion about replacing code that works on all browsers with code that does not work on all browsers?

Feb 1 2015, 10:46 PM · MediaWiki-User-Interface
Edokter added a comment to T88220: Remove overflow:hidden for headings.

This is an awfull lot of hacks just to add an anchor link. Can we put this aside for now and centralize discussion at T18691?

Feb 1 2015, 8:21 PM · MediaWiki-User-Interface
Edokter added a comment to T88220: Remove overflow:hidden for headings.

I was confused with last-child.

Feb 1 2015, 4:48 PM · MediaWiki-User-Interface
Edokter added a comment to T88220: Remove overflow:hidden for headings.

:after also lacks IE8 support.

Feb 1 2015, 2:19 PM · MediaWiki-User-Interface
Edokter added a comment to T18691: RFC: Section header "share" link.

The edit links are not the only floating elements that benefit from overflow:hidden. There are gadgets that might add floating content, and of course all floating templates (with transparent backgrounds) will be malformed. If a key property is in the way, find a way around it; don't just throw it out and hope for the best... that's just lazy.

Feb 1 2015, 1:48 PM · Tech Ambassadors & Translators, User-Jdlrobson, Platform Team Workboards (Clinic Duty Team), TechCom-RFC, Design, MediaWiki-User-Interface
Edokter added a comment to T87077: Change 0.875em font size to 1em.

1em/16px is huge. I think 14px is quite OK. Is there a need to increase the font-size?

Feb 1 2015, 1:22 PM · Vector (legacy skin), UI-Standardization
Edokter added a comment to T18691: RFC: Section header "share" link.

The current patch seeks to remove a key property (overflow:hidden) that makes headers behave with nearby floating elements, such as tables, infoboxes, sidebars and whatever other template that may be present. This would cause a regression.

Feb 1 2015, 10:44 AM · Tech Ambassadors & Translators, User-Jdlrobson, Platform Team Workboards (Clinic Duty Team), TechCom-RFC, Design, MediaWiki-User-Interface
Edokter added a comment to T88220: Remove overflow:hidden for headings.

@Edokter Do you have any other suggestion?

Feb 1 2015, 10:34 AM · MediaWiki-User-Interface

Jan 31 2015

Edokter added a comment to T88220: Remove overflow:hidden for headings.

display: flex; is ment to flow multiple boxes next to, or on top of eachother. Only applying it to the header is a rather unpredictable hack, and so it is misapplied here.

Jan 31 2015, 11:57 PM · MediaWiki-User-Interface

Jan 29 2015

Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

@Jaredzimmerman-WMF, if you see black bullets, it means your browser is reverting to its default bullets, and not using either image. Also note that mobile view always use the default (black square) HTML bullets.

Jan 29 2015, 9:32 AM · Patch-For-Review, Vector (legacy skin)

Jan 23 2015

Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

The dimensions for the SVG are exactly the same as for the PNG. It's not the bugs listed above; this is specific to list-style-image on iOS/Webkit. Another sulution is media queries, but that requires a set of SVG images an I feel that is too much work to cater to a bug.

Jan 23 2015, 7:07 PM · Patch-For-Review, Vector (legacy skin)
Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

SVG is fixed[1], but still @Paladox reports it to be too small in iOS8. What browser are you using? I cannot imagine Apple's own browser (which is Webkit) having this bug. Can someone else with an iPad confirm? You can test with [2] in your vector.css.

Jan 23 2015, 10:21 AM · Patch-For-Review, Vector (legacy skin)

Jan 19 2015

Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

It's not hopeless, but my SVG is just over-optimized. I will report back here when I have a 100% complient SVG image.

Jan 19 2015, 10:32 AM · Patch-For-Review, Vector (legacy skin)
Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

Concise summary:

Jan 19 2015, 9:12 AM · Patch-For-Review, Vector (legacy skin)
Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

Path can't be the problem; that has always been there. I just got one of the numbers wrong when moving the transform.

Jan 19 2015, 12:19 AM · Patch-For-Review, Vector (legacy skin)

Jan 18 2015

Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

That is not required AFAIK. I'll leave it to the experts.

Jan 18 2015, 7:49 PM · Patch-For-Review, Vector (legacy skin)
Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

Calling any SVG wizards... did I over-optimize? I removed a <g> (group) element because there is only one <path>. Now my Inkscape won't show image at all... but it opens fine in my browsers.

Jan 18 2015, 7:32 PM · Patch-For-Review, Vector (legacy skin)
Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

Hi but the problem is also on ios

Jan 18 2015, 6:46 PM · Patch-For-Review, Vector (legacy skin)
Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

That is invalid code; list-style-image does not support that syntax. Instead, add the following to [mediawiki/core.git]/resources/src/mediawiki.less/mediawiki.mixins.less:

Jan 18 2015, 5:42 PM · Patch-For-Review, Vector (legacy skin)
Edokter reopened T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens) as "Open".
Jan 18 2015, 4:37 PM · Patch-For-Review, Vector (legacy skin)
Edokter reopened T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens), a subtask of T46881: [DO NOT USE] Vector skin issues (tracking) [superseded by #Vector], as Open.
Jan 18 2015, 4:37 PM · Tracking-Neverending, Vector (legacy skin)
Edokter reopened T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens), a subtask of T34101: High-density display issues (HiDPI) (tracking), as Open.
Jan 18 2015, 4:37 PM · Tracking-Neverending, MediaWiki-General
Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

A screenshot would help.

Jan 18 2015, 4:36 PM · Patch-For-Review, Vector (legacy skin)
Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

They look OK to me. What browser are you using? Screenshot?

Jan 18 2015, 3:48 PM · Patch-For-Review, Vector (legacy skin)

Jan 8 2015

Edokter added a comment to T62595: Tooltip text for watchlist button assumes knowledge of the concept of watchlist.

It is not the purpose of the title text to "explain the concept" of the watchlist; its purpose is to describe what the button does, and it does exactly that.

Jan 8 2015, 12:01 PM · MediaWiki-User-Interface, Voice & Tone, I18n, Design
Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

Then someone +2 it please (after the patch has been updated with the optimized SVG).

Jan 8 2015, 11:57 AM · Patch-For-Review, Vector (legacy skin)

Jan 6 2015

Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

Those browsers have negligable uses. So, do we want IE8 support?

Jan 6 2015, 10:32 AM · Patch-For-Review, Vector (legacy skin)

Jan 5 2015

Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

That is the $64,000 question.

Jan 5 2015, 10:31 PM · Patch-For-Review, Vector (legacy skin)
Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

That is not possible either; the (default) bullet color is the same as the list item text.

Jan 5 2015, 9:09 PM · Patch-For-Review, Vector (legacy skin)
Edokter added a comment to T37338: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens).

If the use of SVGs in list-style-image result in the display of standard (black) bullets in older browsers (IE6/7/8 does not support SVG), then I consider that a gracefull fallback. No need for these elaborate CSS hacks.

Jan 5 2015, 8:19 PM · Patch-For-Review, Vector (legacy skin)

Dec 31 2014

Edokter added a comment to T76204: Enforce JavaScript syntax check when editing user/site script pages.

This takes care of invalid scripts when saving, but... what about existing errors that block JS? Is it possible to wrap all user JS in a try..except and throw a visible exception when an error in user JS occurs? Should be trivial to do in ResourceLoader.

Dec 31 2014, 9:49 PM · JavaScript, MediaWiki-ContentHandler

Dec 16 2014

Edokter added a comment to T56307: Watchlist icon does not match on desktop and mobile skin.

What Krinkle said. I just couldn't find the right words.

Dec 16 2014, 8:27 AM · Vector (legacy skin), Google-Code-in-2014, Design

Dec 14 2014

Edokter added a comment to T78354: EditTool characters slightly outside their boxes in WikiEditor booklet on Wikimedia Commons.

Ah... OK. Partly my fault. What I meant is the problem is also visible under "Special Characters" toolbar, and every page thereof. You will see everything there almost breaking out of their boxes.

Dec 14 2014, 9:48 PM · WMF-deploy-2015-01-14_(1.25wmf15), good first task, WikiEditor
Edokter added a comment to T78354: EditTool characters slightly outside their boxes in WikiEditor booklet on Wikimedia Commons.

Did I mention that all pages in the WikiEditor are suffering from the missing line-height, not just EditTools? My above patch is targeting WikiEditor, not EditTools! And yes, this patch should be made in the WikiEditor extension, not EditTools!

Dec 14 2014, 5:19 PM · WMF-deploy-2015-01-14_(1.25wmf15), good first task, WikiEditor
Edokter added a comment to T78354: EditTool characters slightly outside their boxes in WikiEditor booklet on Wikimedia Commons.

But the same faux-buttons in WikiEditor's Special Characters drop down menu had no character leakage - what gives?

Dec 14 2014, 2:18 PM · WMF-deploy-2015-01-14_(1.25wmf15), good first task, WikiEditor
Edokter added a comment to T78354: EditTool characters slightly outside their boxes in WikiEditor booklet on Wikimedia Commons.

I was talking about wikieditor toolbar in general... the *cause* lies there because it falis to assign a line-height to the button content to begin with. Any element added to the toolbar -- no matter what the source -- is then misrendered. Just try this fix on Commons, and you'll see all caharcter -- imported or not -- perfectly aligned.

Dec 14 2014, 10:02 AM · WMF-deploy-2015-01-14_(1.25wmf15), good first task, WikiEditor
Edokter reopened T78354: EditTool characters slightly outside their boxes in WikiEditor booklet on Wikimedia Commons as "Open".

This is a problem on all projects, and a simpler and more robust fix is:

Dec 14 2014, 8:54 AM · WMF-deploy-2015-01-14_(1.25wmf15), good first task, WikiEditor

Dec 13 2014

Edokter added a comment to T78418: Introduce MediaWiki:Mainpage.css.

Perhaps this can be solved by use of some keyword or link, making it more universally applicable in the long run, ie. [[css:MediaWiki:Mainpage.css]].

Dec 13 2014, 12:35 PM · Performance-Team, Technical-Debt, MediaWiki-ResourceLoader
Edokter added a comment to T76945: "center" does not center non-thumb image on tablets in Minerva.

I thought it was defined in core and filtered in mobile, but perhaps, it is just not defined in mobile (Minerva).

Dec 13 2014, 6:06 AM · Web-Team-Backlog (Design), MobileFrontend

Dec 12 2014

Edokter added a comment to T78418: Introduce MediaWiki:Mainpage.css.

I would like some sandbox mechanism though, that allows me to test CSS wihtout having to load it manually via importStylesheet, withCSS or some other hack.

Dec 12 2014, 9:45 PM · Performance-Team, Technical-Debt, MediaWiki-ResourceLoader
Edokter added a comment to T56307: Watchlist icon does not match on desktop and mobile skin.

@Edokter, ah! thwarted again by Phabricator collapsing comments. You're referring to the wikilove icon tab or others as well?

Dec 12 2014, 9:11 AM · Vector (legacy skin), Google-Code-in-2014, Design
Edokter added a comment to T56307: Watchlist icon does not match on desktop and mobile skin.

You buy a brand new car, sky blue. You walk around it and notice one door is emerald green, and is from a totally different car model... would you still take it?

Dec 12 2014, 9:03 AM · Vector (legacy skin), Google-Code-in-2014, Design

Dec 11 2014

Edokter added a comment to T56307: Watchlist icon does not match on desktop and mobile skin.

You all seem to be missing that this is a tab icon, and these have a specific style, which has now been broken. If we're changing icons, they should be changed all at once as a coherent set (or at least in groups thereof).

Dec 11 2014, 11:19 PM · Vector (legacy skin), Google-Code-in-2014, Design
Edokter added a comment to T56307: Watchlist icon does not match on desktop and mobile skin.

"The green star of death"? I don't know... We just have to keep nagging that "Vector != Mobile" until this is reverted.

Dec 11 2014, 8:32 PM · Vector (legacy skin), Google-Code-in-2014, Design
Edokter awarded T56307: Watchlist icon does not match on desktop and mobile skin a Heartbreak token.
Dec 11 2014, 3:40 PM · Vector (legacy skin), Google-Code-in-2014, Design
Edokter added a comment to T56307: Watchlist icon does not match on desktop and mobile skin.

I personally see no reason to revert this change, the mobile watchstar matches the Vector design much better as the old one.

Dec 11 2014, 3:36 PM · Vector (legacy skin), Google-Code-in-2014, Design

Dec 10 2014

Edokter renamed T76945: "center" does not center non-thumb image on tablets in Minerva from "center" does not center non-thumb image (stable) / "thumb|left" results in centered thumb (beta) to "center" does not center non-thumb image on tablets.
Dec 10 2014, 6:25 PM · Web-Team-Backlog (Design), MobileFrontend
Edokter added a comment to T76945: "center" does not center non-thumb image on tablets in Minerva.

I updated the testcases and tested again. To break down what's broken:

Dec 10 2014, 6:23 PM · Web-Team-Backlog (Design), MobileFrontend

Dec 6 2014

Edokter renamed T76945: "center" does not center non-thumb image on tablets in Minerva from "center" does not center non-thumb image in mobile to "center" does not center non-thumb image (stable) / "thumb|left" results in centered thumb (beta).
Dec 6 2014, 5:57 PM · Web-Team-Backlog (Design), MobileFrontend
Edokter updated the task description for T76945: "center" does not center non-thumb image on tablets in Minerva.
Dec 6 2014, 5:49 PM · Web-Team-Backlog (Design), MobileFrontend
Edokter created T76945: "center" does not center non-thumb image on tablets in Minerva.
Dec 6 2014, 5:48 PM · Web-Team-Backlog (Design), MobileFrontend