jtojnar / pengu

MIT License
2 stars 1 forks source link

Text not visible because of layers #21

Closed mv100 closed 10 years ago

mv100 commented 10 years ago

Bubble with text is behind the door (look at the picture, originally says "bublina není vidět"). pengu_bug

jtojnar commented 10 years ago

It is caused by the fact message is part of the penguin element therefore it has z-index of penguin in view's stacking context. Ideal thing would be to be able to separate the bubble to its own stacking context but to my knowledge it isn't possible. Another way is positioning the bubble along with penguin which may be the only solution, some lag behind the moving penguin could occur however.

mv100 commented 10 years ago

Could the door layer be moved down?

jtojnar commented 10 years ago

Yes but this only solves this instance of bug. Not the bug in principle.

mv100 commented 10 years ago

I think we could fix this instance of bug by moving the door layer and generally focus on the problem in #26 .

mv100 commented 10 years ago

Moving this to #26