Chrome gets position of reflections wrong #189
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#189
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
on info page reflection is positioned wrong
In item info view, the reflection is too far up, making its upper part disappear behind the icon.
This actually happens for all posters visible in info view, i.e. also in the context browser and in the icon editor list
There seems to be a change in how -webkit-transform: scaleY(-1) works for .OxReflection > img
Also, resizing the browser window by moving its lower edge upwards will push the reflection image upwards too.
Plus, when clicking on the poster to resize it, the reflection -- and the reflections in the context browser -- is correct for a short moment, then snaps back.
In Chrome 20, mouseovering the poster so that the tooltip appears on top of the reflection leaves rendering artefacts -- so this looks like a paint bug in chrome when using -webkit-transform: scale
Chrome/Linux gets position of reflections wrongto Chrome gets position of reflections wronginfo page reflection fixed in pandora,2362
Chrome 26 seems to fix this.