Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if use Greyscale and ribbon together, ribbon does NOT work on Mozilla Firefox #6

Open
Nann opened this issue Oct 4, 2017 · 6 comments
Labels

Comments

@Nann
Copy link
Contributor

Nann commented Oct 4, 2017

ผมลองทดสอบดูใน Mozilla Firefox แล้วครับคุณโจ้ ทั้งใช้ริบบิ้นอย่างเดียวแล้ว Custom CSS ของ Greyscale เอง แล้วมีปัญหากับ Ribbon ครับ มันมีปัญหากับ Position: fixed; ครับ บางธีมนะครับ อย่างเว็บไซต์ลูกค้าของผมใช้ธีม The7 ครับ

@Nann
Copy link
Contributor Author

Nann commented Oct 4, 2017

ผมไปเจอฝรั่งมีปัญหาเดียวกันมาครับ position: fixed works like position: absolute in Firefox when using CSS filter

@Nann
Copy link
Contributor Author

Nann commented Oct 4, 2017

พอหาทางออกได้แล้วครับ มันจะต้องอยู่คนละชั้นกับ Ribbon ครับคุณโจ้

[div]
[greyscale]Work![/greyscale]
[/div]
[ribbon]image ribbon[/ribbon]

greyscale work on mozilla firefox

@Nann
Copy link
Contributor Author

Nann commented Oct 4, 2017

body > #page > * {
filter: grayscale(100%);
-o-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}

@jojoee jojoee added the bug label Oct 5, 2017
@jojoee
Copy link
Member

jojoee commented Oct 5, 2017

คำว่ามีปัญหา นี่หมายถึงปัญหาอะไรครับ ขอรายละเอียดหน่อย
แล้วทดสอบที่ Firefox version ไหนหรอครับ

@Nann
Copy link
Contributor Author

Nann commented Oct 5, 2017

Firefox version 56.0 (64-bit) for mac ครับ

Firefox version 56.0 (64-bit) for mac

เมื่อเราเปิดใช้งาน Black Ribbon พร้อมกับ Greyscale พบว่า Black Ribbon ไม่อยู่ตำแหน่งที่กำหนดไว้ แต่อยู่บนสุด หรือ ล่างสุดครับ

enable greyscale and black ribbon

firefox not work

@jojoee
Copy link
Member

jojoee commented Oct 5, 2017

ขอบคุณครับ วันนี้ จะอัพโหลด แล้วดู bug นี้

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants