Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    Bug-reports    Topic: Letter- Opera Bug
Pages: [1]   Go Down
  Print  
Author Topic: Letter- Opera Bug  (Read 1731 times)
0 Members and 1 Guest are viewing this topic.
sider
Newbie
*

Karma: 0
Offline Offline

Posts: 4


« on: September 01, 2010, 03:04:20 »

Hi,

I am using jcomments. Nearly all works great. There is one problem, only with Opera (10.61). When there is a "sch" in a quote and also in the reply, "s" and "c" appear at the same position. In a posting without a quote, all works fine.

For example

http://www.physio-global.de/php/news/56-zuzahlungsbefreiung.html#comments


An another BUG with Opera:

When quoting, the cursor is set not at the end of the quote block, it is set here - (X)-Mark

[/quote (X) ]

Can I set the cursor automatically one line below the quote block?



Thanks a lot!
« Last Edit: September 01, 2010, 03:12:45 by sider » Logged
BBC
Full Member
***

Karma: 4
Offline Offline

Posts: 212



« Reply #1 on: September 05, 2010, 15:01:38 »

Something is putting some styling between your word and "ch"

Code:
Willkommen,
<br/>
<br/>
bei Berufsgenossens
[b]<span style="margin: 0 -0.65ex 0 -1px;padding:0;"> </span>
<span style="margin: 0 -0.65ex 0 -1px;padding:0;">[/b]
chaften müssen aktuell generell keine Zuzahlungen geleistet werden.
<br/>
<br/>
MfG
<br/>
Matthias

There is also in Firefox, but FF doesn´t react at that negative margin and padding. It is "0" in FF.

You use Purity template. Then check your plugins or your code if you changed something in Jcomments.
Or Purity template if you tweaked something.
Logged
sider
Newbie
*

Karma: 0
Offline Offline

Posts: 4


« Reply #2 on: September 05, 2010, 22:48:11 »

Something is putting some styling between your word and "ch"

Code:
Willkommen,
<br/>
<br/>
bei Berufsgenossens
[b]<span style="margin: 0 -0.65ex 0 -1px;padding:0;"> </span>
<span style="margin: 0 -0.65ex 0 -1px;padding:0;">[/b]
chaften müssen aktuell generell keine Zuzahlungen geleistet werden.
<br/>
<br/>
MfG
<br/>
Matthias

There is also in Firefox, but FF doesn´t react at that negative margin and padding. It is "0" in FF.

You use Purity template. Then check your plugins or your code if you changed something in Jcomments.
Or Purity template if you tweaked something.

Hi,

thanks!

I modified alot, ;-) but that´s from the jcomments.class.php

Code:

if ($maxLength > 5) {
ob_start();
if ($customBreaker == '') {
if (!empty($_SERVER['HTTP_USER_AGENT']) && strpos($_SERVER['HTTP_USER_AGENT'], 'Opera') !== false) {
$breaker = '<span style="margin: 0 -0.65ex 0 -1px;padding:0;"> </span>';
} else {
$breaker = '<span style="font-size:0;padding:0;margin:0;"> </span>';
}
} else {
$breaker = $customBreaker;

Got it, it was the Max-Length of a word.

Thanks for the hint!!
« Last Edit: September 05, 2010, 22:53:09 by sider » Logged
smart
Administrator
Hero Member
*****

Karma: 146
Offline Offline

Gender: Male
Posts: 2579



WWW
« Reply #3 on: September 06, 2010, 14:07:30 »

 What Opera version do you use?
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
sider
Newbie
*

Karma: 0
Offline Offline

Posts: 4


« Reply #4 on: September 06, 2010, 17:14:24 »

What Opera version do you use?

As mentioned in the first posting ;-)  Opera 10.61

But as I said, the settings of the "max-length for a word" was set to 15. Now, set to 40, it is fine.

http://www.physio-global.de/php/physioglobal-news-informationen/56-zuzahlungsbefreiung.html#comments
Logged
smart
Administrator
Hero Member
*****

Karma: 146
Offline Offline

Gender: Male
Posts: 2579



WWW
« Reply #5 on: September 06, 2010, 17:58:32 »

I've read this but I need to make additional tests with Opera and adjust spacer with to work properly. The issue is related to with of spacer element which inserted into text to prevent template crash on long words.
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
sider
Newbie
*

Karma: 0
Offline Offline

Posts: 4


« Reply #6 on: September 07, 2010, 00:46:59 »

I've read this but I need to make additional tests with Opera and adjust spacer with to work properly. The issue is related to with of spacer element which inserted into text to prevent template crash on long words.

OK,

thanks for the support!!

Opera  10.61 is very buggy related to layout-issues. It´s with all sites. Sometimes sublayers appear as fragments on the screen. Sometimes it stops receiving data....  At the joomla back-end it crahses here and there.

With former versions and FF or IE all is fine. But opera comes up more with my needs.
Logged
BBC
Full Member
***

Karma: 4
Offline Offline

Posts: 212



« Reply #7 on: September 07, 2010, 19:35:44 »

Sometimes it stops receiving data.... 

Yes.....Facebook galeries, Google images. Pain in the ass, this last version.
Logged
BBC
Full Member
***

Karma: 4
Offline Offline

Posts: 212



« Reply #8 on: September 07, 2010, 20:01:34 »

Btw, code and quote make page to stretch in width at this forum. In Opera.
Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Bug-reports    Topic: Letter- Opera Bug
 
Jump to: