question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

-webkit-box-orient

See original GitHub issue

Rule box-orient doesn’t transform into -webkit-box-orient. Rule -webkit-box-orient doesn’t copy, it simply disappears.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:10
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

6reactions
Eugenocommented, Apr 2, 2018

Да простит меня англоязычная публика… =) Но что-то тяжело формулируется. Окей, вполне верю что версия без префикса не та, что я предположил по наитию, убрав -webkit. Да, возможно это не самое прекрасное решение, основанное на подобных свойствах, но оно работает, работает ожидаемо в браузерах, что необходимо поддерживать. К сожалению, других адекватных решений не нашёл, кроме как использовать javascript, но в данной ситуации это кажется избыточным. Хаки с перекрытием текста не подходят, когда фон не является сплошным цветом. В этом и вопрос: можно ли добавить свойство в исключение, чтобы оно не удалялось? И буду благодарен за ссылку на какой-то новый вариант решения без js и серверной стороны.

1reaction
aicommented, Jul 5, 2019

Fixed by 69ed8a0 and released in 9.6.1.

Read more comments on GitHub >

github_iconTop Results From Across the Web

box-orient - CSS: Cascading Style Sheets - MDN Web Docs
The box-orient CSS property sets whether an element lays out its contents horizontally or vertically.
Read more >
MozBoxOrient style property | webkitBoxOrient style property
Specifies or retrieves whether the children of a box element should be laid out horizontally or vertically. Only works for box objects. An...
Read more >
webkit-box-orient'. · Issue #2335 - styled-components - GitHub
When i use styled-components as Style Objects, webkitBoxOrient css property is rendered to webkit-box-orient instead of -webkit-box-orient ...
Read more >
CSS property: -webkit-box-orient
Specifies the layout of elements nested within a flexible box element. This property applies only to flexible box layouts. For more information about...
Read more >
"-webkit-box-orient" | Can I use... Support tables for ... - CanIUse
"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found