[Bug 60017] Flow: Reference numbers in Parsoid output aren't superscripted

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

sp...@wikimedia.org changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from sp...@wikimedia.org ---
The superscripting is fixed in 1.24wmf3, the other glitches in comment #3,
should probably be filed as enhancements.

-- 
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 60017] Flow: Reference numbers in Parsoid output aren't superscripted

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

--- Comment #8 from Gabriel Wicke gwi...@wikimedia.org ---
Also relevant: https://gerrit.wikimedia.org/r/#/c/130770/

-- 
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 60017] Flow: Reference numbers in Parsoid output aren't superscripted

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

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 124787 merged by jenkins-bot:
Add Parsoid's CSS modules

https://gerrit.wikimedia.org/r/124787

-- 
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 60017] Flow: Reference numbers in Parsoid output aren't superscripted

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

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=63983

-- 
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 60017] Flow: Reference numbers in Parsoid output aren't superscripted

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

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 124787 had a related patch set uploaded by Spage:
Add Parsoid's CSS modules

https://gerrit.wikimedia.org/r/124787

-- 
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 60017] Flow: Reference numbers in Parsoid output aren't superscripted

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

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 60017] Flow: Reference numbers in Parsoid output aren't superscripted

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

sp...@wikimedia.org changed:

   What|Removed |Added

 Depends on||51245

-- 
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 60017] Flow: Reference numbers in Parsoid output aren't superscripted

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

sp...@wikimedia.org changed:

   What|Removed |Added

 CC||gwi...@wikimedia.org
Summary|Flow: Reference numbers |Flow: Reference numbers in
   |aren't super-scripted   |Parsoid output aren't
   ||superscripted

--- Comment #3 from sp...@wikimedia.org ---
The pre-formatted div you mention in #comment 2 seems fixed on mediawiki.

The lack of superscript may be because Parsoid doesn't run the ref tag
through Extension:Cite/Cite.php – it doesn't use the PHP parser's hooks. But it
clearly does something with the ref tag, turning it into a span
class=reference containing a hyperlink with a counted element.  If it's by
design that Parsoid doesn't output a sup tag, then a workaround could be to
include Parsoid-specific CSS matching the browser's built-in styling of sup
i.e.

  span.reference { font-size: smaller; line-height: normal; vertical-align:
super;}

Some other glitches with reference tags:

* The hyperlinks between the citation [1] and the reference are #citeANCHORNAME
fragments, but because the Flow page includes a base
href=/wiki/Talk:Sandbox (in order to make relative links work?), following
the links when you're viewing this topic in isolation makes you leave the
current page, and if it's scrolled off the Flow board the link won't work. This
happens on http://parsoid.wmflabs.org/_wikitext/ , I'll file a separate bug.

* Each post restarts its citation counters. It's technically illegal HTML to
have two id=cite_note-1 in one document and it's undefined what hyperlinks
using that as a fragment will do. So citations can never work correctly when
the Flow board or single topic view shows more than one post using them, unless
each Flow post provides an anchorPrefixParameter to Parsoid like
'#flow-postId-flow-post-rn84j0djfcyxetu8-' , and Parsoid prepends that when
generating id, name, and href attributes. Another separate 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 60017] Flow: Reference numbers in Parsoid output aren't superscripted

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

--- Comment #4 from sp...@wikimedia.org ---
(In reply to spage from comment #3)

 * The hyperlinks between the citation [1] and the reference are
 #citeANCHORNAME fragments, but because the Flow page includes a
 base href=/wiki/Talk:Sandbox ... [they] won't work.

I filed bug 62691, maybe Flow doesn't need to output base href any more.

-- 
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