Jump to content

Vertical thread titles


Recommended Posts

Posted

We've had a report of this from somebody using an older version of Safari on a Mac - not really sure what's causing it - has anybody found out more?

Posted

I've seen this on my old iPad with old non-updated Browser/Safari and a Member of my board also experienced this with his 9 year old MacBook. Caused by old Version of Browser. Updated or recent Browser works fine.

Posted

This issue only affects older Android versions (4.1 and earlier I believe testing showed) and early Safari versions. There'll be a fix in the next release to improve the display for those older versions.

Posted
5 hours ago, Rikki said:

This issue only affects older Android versions (4.1 and earlier I believe testing showed) and early Safari versions. There'll be a fix in the next release to improve the display for those older versions.

Excellent. I am still getting contacted by some Members concerning the strange vertical type problem throughout the board.

Posted
20 hours ago, Rikki said:

This issue only affects older Android versions (4.1 and earlier I believe testing showed) and early Safari versions. There'll be a fix in the next release to improve the display for those older versions.

What are you calling "early" Safari versions? Those included in iOS 7? We have users reporting this issue but they haven't told us what version they have.

Posted
On ‎16‎/‎07‎/‎2016 at 7:27 AM, FZ said:

I have a user on Android 4.4.2 with the same complaint. All my systems are up to date. 

 

21 minutes ago, marklcfc said:

I have complaints regarding this too after upgrade from 3.4 to the latest version

 

On ‎12‎/‎07‎/‎2016 at 4:35 PM, Rikki said:

This issue only affects older Android versions (4.1 and earlier I believe testing showed) and early Safari versions. There'll be a fix in the next release to improve the display for those older versions.

Just to re-iterate, 4.1.14 contains a fix for this issue.

Posted
6 minutes ago, Stuart Silvester said:

 

 

Just to re-iterate, 4.1.14 contains a fix for this issue.

Not according to the current release notes

 

Posted

To be clear, this only affects really old Android devices. You can add this to your custom.css file in the meantime:

/* Fixes layout issues on safari 6, chrome 19-23 (which caused problems on old android devices) */
_::-moz-svg-foreign-content, :root .ipsContained_container > span {  
    display: inline-block !important; 
}

/* Fixes layout issues on safari 4 */
_:window-inactive, body:nth-last-child(n0) .ipsContained_container > span { 
    display: inline-block !important; 
}

 

Posted
2 hours ago, Rikki said:

To be clear, this only affects really old Android devices. You can add this to your custom.css file in the meantime:


/* Fixes layout issues on safari 6, chrome 19-23 (which caused problems on old android devices) */
_::-moz-svg-foreign-content, :root .ipsContained_container > span {  
    display: inline-block !important; 
}

/* Fixes layout issues on safari 4 */
_:window-inactive, body:nth-last-child(n0) .ipsContained_container > span { 
    display: inline-block !important; 
}

 

Those who have the error state there was no change after applying this.

Posted

What hooks are you using? Just wondering in case that may be causing it. It's hard to know what to do as I can't test it on the devices that are supposedly the problem.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...