Skip to main content
Topic: iOS 10 not showing editor buttons (Read 21515 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: iOS 10 not showing editor buttons

Reply #30

Sorry, if we had an iPhone to spend, we would.  :-[

Re: iOS 10 not showing editor buttons

Reply #31

I will try to when Malaysia has received ios 10. Until then  :-X

Re: iOS 10 not showing editor buttons

Reply #32

Quote from: txcas – It appears this problem is fixed on version 1.1 beta 3 that is running here. BTW, this happens on Safari or Chrome.
This is an interesting new piece of information that gave me a little hint.
Would you mind trying to register at http://www.elkarte.it/elk1.1/index.php and see if it works or not?
Bugs creator.
Features destroyer.
Template killer.

Re: iOS 10 not showing editor buttons

Reply #33

Registered, just waiting approval so I can test. 

Re: iOS 10 not showing editor buttons

Reply #34

I forgot to send the email, but the account is now approved. :)
Bugs creator.
Features destroyer.
Template killer.

Re: iOS 10 not showing editor buttons

Reply #35

It is working fine with iOS 10 on the test site. 

Re: iOS 10 not showing editor buttons

Reply #36

meh...
I hoped it was just the version of SCEditor, but it's not.

Can you have a look in the javascript console if you have any meaningful error that could give some hints?

Bugs creator.
Features destroyer.
Template killer.

Re: iOS 10 not showing editor buttons

Reply #37

From Ipad 3 mini, iOS 10.0.2. All is fine from here. BBC buttons and smileys are showing. ;)

Re: iOS 10 not showing editor buttons

Reply #38

@ahrasis‍ on 1.0.x version or 1.1?
sorry for my bad english

Re: iOS 10 not showing editor buttons

Reply #39

Quote from: emanuele – meh...
I hoped it was just the version of SCEditor, but it's not.

Can you have a look in the javascript console if you have any meaningful error that could give some hints?
I would test this, but I have no idea in how to run the JavaScript console, especially on an iOS device.

Re: iOS 10 not showing editor buttons

Reply #40

Sorry but I tested it on this site when I reported earlier. Now that I have tested on 1.0.9 site, both bbc buttons and smileys are not showing. How to debug this?

Edited: Ok. I enabled web inspector in safari advanced settings but it seems that I need to enable develop using my computer as well?

This may take some times since my lappy is win 10. I will download the necesary apple software(s) later and test this further.
Last Edit: October 10, 2016, 09:10:07 am by ahrasis

Re: iOS 10 not showing editor buttons

Reply #41

Stupid iOS no longer has a JavaScript console, so you have to connect the iOS device to a Mac.  I tried that and here is what I got on a 1.0.9 site when replying to a post:

Code: [Select]
[Warning] Unexpected CSS token: : (hive-aef237fc8b232d8e2100b111faf0b73d2dbccd81.css, line 4)
[Warning] Unexpected CSS token: : (hive-aef237fc8b232d8e2100b111faf0b73d2dbccd81.css, line 8)
[Warning] Unexpected CSS token: : (hive-aef237fc8b232d8e2100b111faf0b73d2dbccd81.css, line 8)
[Warning] Unexpected CSS token: : (hive-aef237fc8b232d8e2100b111faf0b73d2dbccd81.css, line 8)
[Warning] Unexpected CSS token: : (hive-aef237fc8b232d8e2100b111faf0b73d2dbccd81.css, line 8)
[Warning] Unexpected CSS token: : (hive-aef237fc8b232d8e2100b111faf0b73d2dbccd81.css, line 8)

On this site and on the 1.1 test site I only get:

Code: [Select]
[Warning] Invalid CSS property declaration at: ; (jquery.sceditor.css, line 93)

No errors, just warnings.

Re: iOS 10 not showing editor buttons

Reply #42

On the 1.0.9 site that is generating the errors, do you have admin access where you can turn off the JS/CSS minification?  If so do that and try again to see what errors you get.

ETA: the error you listed on this site has been fixed and PR made, thanks!
Last Edit: October 10, 2016, 11:19:01 am by Spuds

Re: iOS 10 not showing editor buttons

Reply #43

I disabled compressed output under server settings, and cleared the cache.  I still get the exact same warnings as before.  But here is where the warnings are getting generated:
index.php>Stylesheets>hive-aef237fc8b232d8e2100b111faf0b73d2dbccd81.css


Code: [Select]
line 7698: filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0)
line 9825: filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
line 9832: filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
line 9839: filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
line 9846: filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
line 9853: filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);


Each of those lines correspond to the hive warning I posted before, they are in order to match the warnings.  I am no developer, but is seems to be related to the DXImageTransform.  I am attaching the hive file from the cache folder.

Re: iOS 10 not showing editor buttons

Reply #44

Thanks ... those warnings are caused by ie8 linear-gradient support in font-awesome and fancybox css files.  Unfortunately I don't believe they are the reason that the editor is not happy.  I'd really be expecting some form of JS error being thrown.

ETA: to clear those errors, edit your jquery.fancybox-buttons.css and delete the line
Code: (delete) [Select]
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );

Then replace your font-awesome.min.css file with the one attached.