Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Safari Inspector CSS Media Query Selectors Show as [object Object]

It's just as the title says, all CSS selectors which are inside of media queries are showing in the inspector as [object Object]. Has anyone else run into this? Does anyone have any idea how I can force it to show the actual selectors being used? Here is a screenshot:

enter image description here

like image 775
Bryan Smith Avatar asked Nov 09 '22 04:11

Bryan Smith


1 Answers

Same here. All selectors. Running a webview in Cordova on an iPhone 6+, iOS 9.0.1. Stylesheets generated with Stylus. Running the identical css and html in OSX Safari works fine.

UPDATE-- Fixed by Safari 9.0

like image 128
user1527225 Avatar answered Jan 04 '23 01:01

user1527225