[Bug 34504] [Regression] There should not be a mismatch between html and stylesheet version

2012-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34504

--- Comment #7 from Rob Lanphier ro...@wikimedia.org 2012-02-24 15:57:45 UTC 
---
Since the original symptom behind this bug report is fixed, we need to decide
how we're going to dispose of the original suggestion.  Should we wontfix or
leave open?

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


[Bug 34504] [Regression] There should not be a mismatch between html and stylesheet version

2012-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34504

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||m...@everybody.org
 Resolution||WONTFIX

--- Comment #8 from Mark A. Hershberger m...@everybody.org 2012-02-24 
21:54:48 UTC ---
wontfix per triage

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


[Bug 34504] [Regression] There should not be a mismatch between html and stylesheet version

2012-02-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34504

--- Comment #1 from Brion Vibber br...@wikimedia.org 2012-02-21 18:59:27 UTC 
---
The 'fix' I think would be to do some time-traveling so that we ensure that old
stuff gets delivered with old HTML. But I'm not sure how possible that is; if
old styles are out of cache then we'll end up with the new styles/scripts even
if we ask for the old one in the timestamp on the request.

Traditionally, we intend for new CSS to apply validly to old HTML to work
around this problem. If new CSS doesn't fix old HTML, then you get problems
until the old HTML vanishes from cache.

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


[Bug 34504] [Regression] There should not be a mismatch between html and stylesheet version

2012-02-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34504

--- Comment #2 from Brion Vibber br...@wikimedia.org 2012-02-21 19:03:35 UTC 
---
Is this bug tracking the 'jump to' link issue specifically (eg, fix the styles
so they're hidden again!) or is that already resolved and this is a general
issue/idea/question?

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


[Bug 34504] [Regression] There should not be a mismatch between html and stylesheet version

2012-02-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34504

--- Comment #3 from Roan Kattouw roan.katt...@gmail.com 2012-02-21 19:05:03 
UTC ---
Probably the best thing to do would be to add CSS rules for back compat.

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


[Bug 34504] [Regression] There should not be a mismatch between html and stylesheet version

2012-02-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34504

--- Comment #4 from Brion Vibber br...@wikimedia.org 2012-02-21 19:17:47 UTC 
---
r98045 looks like a culprit

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


[Bug 34504] [Regression] There should not be a mismatch between html and stylesheet version

2012-02-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34504

--- Comment #5 from Brion Vibber br...@wikimedia.org 2012-02-21 19:20:26 UTC 
---
It looks like switching .mw-jump to #jump-to-nav in shared.css will resolve
this. Not sure why a new class was added here and the styles split...

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


[Bug 34504] [Regression] There should not be a mismatch between html and stylesheet version

2012-02-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34504

--- Comment #6 from Brion Vibber br...@wikimedia.org 2012-02-21 19:25:47 UTC 
---
r112034 fixes the style so it should work with old pages, please merge/deploy.

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


[Bug 34504] [Regression] There should not be a mismatch between html and stylesheet version

2012-02-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34504

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||code-update-regression
 CC||p858sn...@gmail.com

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


[Bug 34504] [Regression] There should not be a mismatch between html and stylesheet version

2012-02-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34504

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||ro...@wikimedia.org
   Target Milestone|--- |1.19wmf deployment

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