Report CB 1.0b6 Here

17 years 11 months ago #11711 by beat
Replied by beat on topic Re:Report CB 1.0b6 Here
yuzef wrote:

ericfoster3 wrote:

From my profile, I selected EDIT > UPDATE YOUR PROFILE
Once there I selected the "PERSONAL INFO" tab.
In the field "WEBSITE", it only shows 2 characters of the website url. I'm using Firefox browser.

Post edited by: ericfoster3, at: 2006/05/05 21:22


yeah its, but.. when you try to edit your url its appear normally just type 1 character, then you will see your full url again there.
And your url description too, no single character shown but when you try to type new, the old description is appear again.


This one is a wierd FF CCS bug (it works fine in IE 5.5, IE 6, Opera 8.5 and Safari 2.0):

the padding of the span including title determines the clipping of the inputbox content included in the next span (including the inputbox)...

Here the xhtml:

[code:1]<span class="webUrlSpan" style="">
<span class="subTitleSpan">
Address of Site:
</span>
<span class="subFieldSpan">
<input type="text" value="www.joomlapolis.com" id="cb_website" name="cb_website" moslabel="Website" mosreq="0" class="inputbox"/>
<span class="cbFieldIcons">
<img width="16" height="16" title="This Field IS visible on profile" alt="+" src="www.joomlapolis.com/components/com_comprofiler/plugin/templates/webfx/profiles.gif"/>
</span>
</span>
</span>
<span class="webTextSpan">
<span class="subTitleSpan" style="">
Name of Site:
</span>
<span class="subFieldSpan" style="">
<input type="text" value="JoomlaPolis" id="cb_websiteText" name="cb_websiteText" moslabel="Website" mosreq="0" class="inputbox" style=""/>
</span>
</span>[/code:1]

Here the style-sheet (part of CB template):

[code:1].webUrlSpan {position: relative; display: block; height:2em; }
.webTextSpan {position: relative; height:2em; }
.subTitleSpan { padding-right: 15px; }
.subFieldSpan { position: absolute; top: 0px; left: 9em; }
[/code:1]

Fact is that this 15px here:
.subTitleSpan { padding-right: 15px; }
determine the clipping of the 1-2 chars in the input-boxes, which are not part of that span !

If somebody has a quick work-around of this problem, keeping inter-browser compatibility, feel free to contribute ;)

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info
The topic has been locked.
17 years 11 months ago #11713 by beat
Replied by beat on topic Re:Report CB 1.0b6 Here
ericfoster3 wrote:

sdhiphop wrote:

When Logging into my profile i get Joomlapolis 404 screen
I click the return to site link and then login again then it's fine.


I get this too. I'm using firefox.

Post edited by: ericfoster3, at: 2006/05/05 21:53


Couldn't reproduce this one yet. :S

Logged out and in again fine.

Please precise the exact problem and way to reproduce.

E.g. What's the starting url from which you try to login ?

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info
The topic has been locked.
17 years 11 months ago #11714 by moneybagsxp
Replied by moneybagsxp on topic Re:Report CB 1.0b6 Here
beat wrote:


This one is a wierd FF CCS bug (it works fine in IE 5.5, IE 6, Opera 8.5 and Safari 2.0):

the padding of the span including title determines the clipping of the inputbox content included in the next span (including the inputbox)...

If somebody has a quick work-around of this problem, keeping inter-browser compatibility, feel free to contribute ;)


Try this ;)

[code:1]input.subTitleSpan{}[/code:1]

www.pixelchutes.com - Where every pixel matters.
The topic has been locked.
17 years 11 months ago #11716 by beat
Replied by beat on topic Re:Report CB 1.0b6 Here
moneybagsxp wrote:

beat wrote:


This one is a wierd FF CCS bug (it works fine in IE 5.5, IE 6, Opera 8.5 and Safari 2.0):

the padding of the span including title determines the clipping of the inputbox content included in the next span (including the inputbox)...

If somebody has a quick work-around of this problem, keeping inter-browser compatibility, feel free to contribute ;)


Try this ;)

[code:1]input.subTitleSpan{}[/code:1]


the input tag is not of class subTitleSpan...so this CSS rule doesn't apply...or did I miss something ?

btw the input tag is not even within the subTitleSpan span...

Please test that proposed solution works before posting ;)

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info
The topic has been locked.
17 years 11 months ago #11717 by sdhiphop
Replied by sdhiphop on topic Re:Report CB 1.0b6 Here
beat wrote:

ericfoster3 wrote:

sdhiphop wrote:

When Logging into my profile i get Joomlapolis 404 screen
I click the return to site link and then login again then it's fine.


I get this too. I'm using firefox.

Post edited by: ericfoster3, at: 2006/05/05 21:53


Couldn't reproduce this one yet. :S

Logged out and in again fine.

Please precise the exact problem and way to reproduce.

E.g. What's the starting url from which you try to login ?


It's that freakin WWW. problem as far as i'm seeing.
http//joomlapolis.com results in error screen which sometimes makes you relogin or already logged in once you click the RETURN to PAGE link.
The topic has been locked.
17 years 11 months ago #11718 by moneybagsxp
Replied by moneybagsxp on topic Re:Report CB 1.0b6 Here

.webUrlSpan {position: relative; display: block; height:2em; }
.webTextSpan {position: relative; height:2em; }
.subTitleSpan { padding-right: 15px; }
.subFieldSpan { position: absolute; top: 0px; left: 9em; }



I tested it and it worked great.

You're right, it was not included. But in FF it went away.

Possibly include the others to be safe?

[code:1]input.subFieldSpan,input.subFieldSpan,input.webTextSpan,input.webUrlSpan {}[/code:1]

Using Web Developer toolbar for FF and adding the original CSS I gave removed the issue. Removing the CSS reproduced the issue.

www.pixelchutes.com - Where every pixel matters.
The topic has been locked.
Moderators: beatnantkrileon
Time to create page: 0.306 seconds

Facebook Twitter LinkedIn