[Bug 18497] No skin used for Opera fullscreen (uses CSS 'projection' media type instead of 'screen')

2009-08-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18497


Aryeh Gregor simetrical+wikib...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #7 from Aryeh Gregor simetrical+wikib...@gmail.com  2009-08-18 
20:42:25 UTC ---
I brought it up on www-style after getting no response from David Storey for a
week or so:

http://lists.w3.org/Archives/Public/www-style/2009Aug/0338.html

It turns out that Opera does interpret screen stylesheets in full-screen mode,
but *only* if there are no projection stylesheets.  This is like their
small-screen mode: they try to use media-specific stylesheets if provided,
otherwise they try to intelligently adapt the screen stylesheets to the medium
(which doesn't involve changing much of anything, for projection).  Obviously
they can't really tell if they're *actually* hooked up to a projector, and if
they could, they wouldn't want to, since that would mess up testing your
presentation at home and so on.

So in other words, we can drop projection as long as we drop it *everywhere*. 
I'll see if I can do that.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 18497] No skin used for Opera fullscreen (uses CSS 'projection' media type instead of 'screen')

2009-08-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18497


Aryeh Gregor simetrical+wikib...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #8 from Aryeh Gregor simetrical+wikib...@gmail.com  2009-08-18 
21:23:42 UTC ---
(In reply to comment #7)
 So in other words, we can drop projection as long as we drop it *everywhere*. 
 I'll see if I can do that.

Done in r55274.  Reopen if there are any problems.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 18497] No skin used for Opera fullscreen (uses CSS 'projection' media type instead of 'screen')

2009-08-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18497


Trevor Parscal tpars...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #5 from Trevor Parscal tpars...@wikimedia.org  2009-08-03 
23:46:57 UTC ---
This has been solved in r54109 by adding the projection media to any style with
screen media.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 18497] No skin used for Opera fullscreen (uses CSS 'projection' media type instead of 'screen')

2009-08-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18497


Aryeh Gregor simetrical+wikib...@gmail.com changed:

   What|Removed |Added

 CC||simetrical+wikib...@gmail.co
   ||m




--- Comment #6 from Aryeh Gregor simetrical+wikib...@gmail.com  2009-08-03 
23:49:09 UTC ---
(In reply to comment #4)
 Got reminded of this; confirmed w/ David Storey @ Opera that it's using
 'projection'. I think we disagree on the reading of the spec ;)

That doesn't make any sense.  What did he say?  If they really think this, I'll
bring it up on www-style.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 18497] No skin used for Opera fullscreen (uses CSS 'projection' media type instead of 'screen')

2009-07-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18497


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|wikibugs-   |tpars...@wikimedia.org
   |l...@lists.wikimedia.org   |




--- Comment #4 from Brion Vibber br...@wikimedia.org  2009-07-31 15:53:35 UTC 
---
Got reminded of this; confirmed w/ David Storey @ Opera that it's using
'projection'. I think we disagree on the reading of the spec ;) but there's not
much downside to tossing the 'projection' back in for Opera compat.

Trevor, can you take a peek at this and fix it up so we're specifying
'screen,projection' consistently for all skins? This should probably be done in
the output transform so internally we can just specify 'screen'.


-- 
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 18497] No skin used for Opera fullscreen (uses CSS 'projection' media type instead of 'screen')

2009-04-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18497


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

Summary|No skin used for Opera  |No skin used for Opera
   |fullscreen. |fullscreen (uses CSS
   ||'projection' media type
   ||instead of 'screen')




--- Comment #3 from Brion Vibber br...@wikimedia.org  2009-04-20 14:06:07 UTC 
---
I dropped out the 'projection' because it saved a few bytes to remove what
seemed useless and incorrect... no browser that I knew of used it, and per spec
it has very specific semantic differences from 'screen' -- it's meant to be a
paged type (like printing) rather than allowing continuous scrolling, and
implies other structural differences -- so it's really not something I'd have
expected to ever come up in a real-world context.

While it looks semantically incorrect for Opera to be using 'projection'
instead of 'screen' when in full-screen zoom, there's probably no point to
breaking it. :)

Should be easy enough to transform 'screen' back to 'screen, projection' here.


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