Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
Re:Report CB 1.0b6 Here
Date: 2006/05/06 07:32 By: beat Status: Admin  
Karma: 256  
Admin

Posts: 4215
graphgraph
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.<br><br>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:

 <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="http://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>



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

Code:

 .webUrlSpan {positionrelativedisplayblockheight:2em; } .webTextSpan {positionrelative;  height:2em; } .subTitleSpan padding-right15px; } .subFieldSpan positionabsolutetop0pxleft9em; }



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 - Developer on Community Builder core Team
- If you like CB and this forum, you will love Nick's CB 1.2 RC4 reference manual ! : Click here to Get it now
- Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
Click here to see the profile of this user The topic has been locked.

Re:Report CB 1.0b6 Here
Date: 2006/05/06 07:37 By: beat Status: Admin  
Karma: 256  
Admin

Posts: 4215
graphgraph
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.<br><br>Post edited by: ericfoster3, at: 2006/05/05 21:53


Couldn't reproduce this one yet.

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 - Developer on Community Builder core Team
- If you like CB and this forum, you will love Nick's CB 1.2 RC4 reference manual ! : Click here to Get it now
- Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
Click here to see the profile of this user The topic has been locked.

Re:Report CB 1.0b6 Here
Date: 2006/05/06 07:47 By: moneybagsxp Status: User  
Karma: 9  
Senior Joomlapolitan

Posts: 70
graphgraph
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:

 input.subTitleSpan{}


www.pixelchutes.com - Where every pixel matters.
Click here to see the profile of this user The topic has been locked.

Re:Report CB 1.0b6 Here
Date: 2006/05/06 07:58 By: beat Status: Admin  
Karma: 256  
Admin

Posts: 4215
graphgraph
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:

 input.subTitleSpan{}



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 - Developer on Community Builder core Team
- If you like CB and this forum, you will love Nick's CB 1.2 RC4 reference manual ! : Click here to Get it now
- Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
Click here to see the profile of this user The topic has been locked.

Re:Report CB 1.0b6 Here
Date: 2006/05/06 08:00 By: sdhiphop Status: CB Doc subscriber  
Karma: 6  
Senior Joomlapolitan

Posts: 71
graphgraph
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.<br><br>Post edited by: ericfoster3, at: 2006/05/05 21:53


Couldn't reproduce this one yet.

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.
Click here to see the profile of this user The topic has been locked.

Re:Report CB 1.0b6 Here
Date: 2006/05/06 08:05 By: moneybagsxp Status: User  
Karma: 9  
Senior Joomlapolitan

Posts: 70
graphgraph
.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:

 input.subFieldSpan,input.subFieldSpan,input.webTextSpan,input.webUrlSpan {}



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.
Click here to see the profile of this user The topic has been locked.

<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC4)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC4, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers and now also to all registered joomlapolitans.

CB Login