Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-25 Thread Georg

Den 16.11.2013 08:50, skrev Philippe Wittenbergh:

Another day, a maybe fresher head - I noticed that the first example (Simple 
demo) in the LH column actually doesn’t work in Safari 7.

Hmm, after some pondering, and a bit of testing with absolutely minimal test 
cases, I think this boils down to this bug:
https://bugs.webkit.org/show_bug.cgi?id=88219
(or thishttps://bugs.webkit.org/show_bug.cgi?id=12520)


thanks much folks. I will go over the various options when I'm out of 
hospital, as right now I have to focus on more important matters than 
buggy CSS support in browsers.


Again, many thanks to all.

regards
Georg
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Georg

Hi all,

In this page...

http://www.gunlaug.com/contents/design/q-a-construct.html

...there are 4 separate elements with show/hide function based on INPUT 
status. For orientation: all 4 are on gray image-background, and with 
text-shadow that changes on hover.


As support and bug check note at bottom of side-column says, this 
works as intended in most browsers.


However, latest Chrome and Opera Dev versions only make the list in main 
column under demo work, the others don't react much.
So I am trying to figure out if I'm dealing with a real bugs in chrome, 
or if it just a local problem with those browser versions - not the 
first time browsers do strange things on my laptop.


Will someone please check in latest Google Chrome and let me know if I'm 
dealing with real bugs or not.


regards
Georg
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Ron Zisman
in chrome Version 31.0.1650.48 on mac OS X 10.8.5 (12F45)

it appears to work. text shadow on hover.

ron
On Nov 15, 2013, at 8:38 AM, Georg ge...@gunlaug.com wrote:

 Hi all,
 
 In this page...
 
 http://www.gunlaug.com/contents/design/q-a-construct.html
 
 ...there are 4 separate elements with show/hide function based on INPUT 
 status. For orientation: all 4 are on gray image-background, and with 
 text-shadow that changes on hover.
 
 As support and bug check note at bottom of side-column says, this works as 
 intended in most browsers.
 
 However, latest Chrome and Opera Dev versions only make the list in main 
 column under demo work, the others don't react much.
 So I am trying to figure out if I'm dealing with a real bugs in chrome, or if 
 it just a local problem with those browser versions - not the first time 
 browsers do strange things on my laptop.
 
 Will someone please check in latest Google Chrome and let me know if I'm 
 dealing with real bugs or not.
 
 regards
Georg
 __
 css-discuss [css-d@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Chris Rockwell
We're just looking for the text-shadow to be applied to the label element
when the checkbox is hovered?  If that's correct, it seems to be working
fine for me in 33.0.1709.2 canary and Version 30.0.1599.101 m on Windows 7


On Fri, Nov 15, 2013 at 8:52 AM, Ron Zisman ronzis...@me.com wrote:

 in chrome Version 31.0.1650.48 on mac OS X 10.8.5 (12F45)

 it appears to work. text shadow on hover.

 ron
 On Nov 15, 2013, at 8:38 AM, Georg ge...@gunlaug.com wrote:

  Hi all,
 
  In this page...
 
  http://www.gunlaug.com/contents/design/q-a-construct.html
 
  ...there are 4 separate elements with show/hide function based on INPUT
 status. For orientation: all 4 are on gray image-background, and with
 text-shadow that changes on hover.
 
  As support and bug check note at bottom of side-column says, this
 works as intended in most browsers.
 
  However, latest Chrome and Opera Dev versions only make the list in main
 column under demo work, the others don't react much.
  So I am trying to figure out if I'm dealing with a real bugs in chrome,
 or if it just a local problem with those browser versions - not the first
 time browsers do strange things on my laptop.
 
  Will someone please check in latest Google Chrome and let me know if I'm
 dealing with real bugs or not.
 
  regards
 Georg
  __
  css-discuss [css-d@lists.css-discuss.org]
  http://www.css-discuss.org/mailman/listinfo/css-d
  List wiki/FAQ -- http://css-discuss.incutio.com/
  List policies -- http://css-discuss.org/policies.html
  Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

 __
 css-discuss [css-d@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/




-- 
Chris Rockwell
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Philippe Wittenbergh

Le 15 nov. 2013 à 22:38, Georg ge...@gunlaug.com a écrit :

 http://www.gunlaug.com/contents/design/q-a-construct.html
 
 ...there are 4 separate elements with show/hide function based on INPUT 
 status. For orientation: all 4 are on gray image-background, and with 
 text-shadow that changes on hover.
 
 As support and bug check note at bottom of side-column says, this works as 
 intended in most browsers.
 
 However, latest Chrome and Opera Dev versions only make the list in main 
 column under demo work, the others don't react much.

After spending quite a moment trying to understand what I should see, the demo 
appears to work for both the main (LH) column and the right hand side bar. 
Clicking on those labels triggers the (hidden) span to play show-and-hide as 
described on the page.

Chrome what-appears-to-be 33 dev, Safari 7.

Fwiw, not very usable for keyboard users.

Philippe
--
Philippe Wittenbergh
http://l-c-n.com




__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Georg

Den 15.11.2013 15:09, skrev Philippe Wittenbergh:
After spending quite a moment trying to understand what I should see, 
the demo appears to work for both the main (LH) column and the right 
hand side bar. Clicking on those labels triggers the (hidden) span to 
play show-and-hide as described on the page. Chrome what-appears-to-be 
33 dev, Safari 7.


Good, thanks. Either a fixed bug, or something fishy with my local 
Chrome install then.



Fwiw, not very usable for keyboard users.


I am aware of that, and it has other weaknesses too. For now that is not 
a problem, but I will improve on things once I find practical uses for 
the basic method.


regards
Georg

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Alan Gresley

On 16/11/2013 1:09 AM, Philippe Wittenbergh wrote:


Le 15 nov. 2013 à 22:38, Georg ge...@gunlaug.com a écrit :


http://www.gunlaug.com/contents/design/q-a-construct.html

...there are 4 separate elements with show/hide function based on
INPUT status. For orientation: all 4 are on gray image-background,
and with text-shadow that changes on hover.

As support and bug check note at bottom of side-column says, this
works as intended in most browsers.

However, latest Chrome and Opera Dev versions only make the list in
main column under demo work, the others don't react much.


After spending quite a moment trying to understand what I should see,


Same here. Where should I look?


the demo appears to work for both the main (LH) column and the right
hand side bar. Clicking on those labels triggers the (hidden) span to
play show-and-hide as described on the page.

Chrome what-appears-to-be 33 dev, Safari 7.

Fwiw, not very usable for keyboard users.

Philippe -- Philippe Wittenbergh http://l-c-n.com


On Window 7, Latest Chrome version.

The first one (Simple Notes example:) does not open or work.

The second one (Q  A about a CSS-only show/hide technique.) has all the 
option opening when selected with no other item closing.


The third and forth one will only show the first option open. None of 
the other options will open or work.


I would suggest pulling it apart into smaller parts.


Alan


--
Alan Gresley
http://css-3d.org/
http://css-class.com/
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Georg

Den 15.11.2013 15:55, skrev Alan Gresley:


On Window 7, Latest Chrome version.

The first one (Simple Notes example:) does not open or work.

The second one (Q  A about a CSS-only show/hide technique.) has all 
the option opening when selected with no other item closing.


The third and forth one will only show the first option open. None of 
the other options will open or work.


That's what I get in Chrome 31 too.



I would suggest pulling it apart into smaller parts.


Have already checked that all four demos work in latest Chrome if/when 
markup is moved as is to same container as the one that do work now. 
Something about the context they are in that seems to affect the 
function in Chrome 31 and one or two older versions. Whatever it is it 
does not disturb other browsers that support ':checked', so I'll leave 
it as is for now.


All demos use the same markup and CSS, so if one fails they should all 
fail. Clearly they do not.


Georg

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Barney Carroll
Worked fine on 30, then I updated to 31 and it broke.

I strongly suspect this is down to Webkit's increasing over-eager
aggressive layout pre-caching, whereby it makes assumptions about things it
doesn't have to fully render. I also strongly suspect you could fix this by
applying an animation on a zero-visual-effect property, as described here
http://stackoverflow.com/questions/15152470/chrome-rendering-issue-fixed-position-anchor-with-ul-in-body/15203880#15203880

Regarding your awesome technique, have you considered hiding the contents
with max-height: 0 and revealing with max-height: 999em (or something
equally large), then using transitions on that property? Chuck opacity in
and you've basically retired jQuery ;)

Regards,
Barney Carroll

barney.carr...@gmail.com
+44 7429 177278

barneycarroll.com
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Karl DeSaulniers
Your show/hide doesn't work on Safari iOS 7.0.2

Best,
Karl

Sent from losPhone

 On Nov 15, 2013, at 7:38 AM, Georg ge...@gunlaug.com wrote:
 
 Hi all,
 
 In this page...
 
 http://www.gunlaug.com/contents/design/q-a-construct.html
 
 ...there are 4 separate elements with show/hide function based on INPUT 
 status. For orientation: all 4 are on gray image-background, and with 
 text-shadow that changes on hover.
 
 As support and bug check note at bottom of side-column says, this works as 
 intended in most browsers.
 
 However, latest Chrome and Opera Dev versions only make the list in main 
 column under demo work, the others don't react much.
 So I am trying to figure out if I'm dealing with a real bugs in chrome, or if 
 it just a local problem with those browser versions - not the first time 
 browsers do strange things on my laptop.
 
 Will someone please check in latest Google Chrome and let me know if I'm 
 dealing with real bugs or not.
 
 regards
Georg
 __
 css-discuss [css-d@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/