Adblock breaks this site

Just a tiny little thing.

Discussion in 'Denied Suggestions' started by Sypherz, Dec 23, 2011.

Thread Status:
Not open for further replies.
  1. Sypherz

    Sypherz Legend
    $5 USD Donor New Retired Sectional Moderator Competition Winner

    Joined:
    Dec 13, 2008
    Posts:
    23,745
    Referrals:
    1
    Sythe Gold:
    622
    Discord Unique ID:
    1303476485860098070
    M
    Sythe's 10th Anniversary
    Just a tiny little thing.

    The quick link for coloured text is broken. This is a very minuscule problem, but I thought I would point it out. It works fine if you press the arrow and choose your colour again though.

    Example: Pressing the arrow and clicking a colour results in this

    Pressing the "A with the rectangle of the colour you're choosing" results in this

    Again, not a big deal. But I thought i'd point it out.
     
  2. Scottay

    Scottay Grand Master
    Banned

    Joined:
    Jul 22, 2010
    Posts:
    2,653
    Referrals:
    2
    Sythe Gold:
    0
    Just a tiny little thing.

    I'm not quite sure what you are talking about. I think the problem may be exclusive to you, considering that I just tried both of those options listed and the exact same thing happened.

    Anyone else having this problem?
     
  3. Superman

    Superman
    Retired Administrator $500 USD Donor

    Joined:
    May 17, 2009
    Posts:
    33,502
    Referrals:
    12
    Sythe Gold:
    15,262
    Just a tiny little thing.

    testing

    Alright, I know what you're talking about.

    He's talking about this button: [​IMG]

    If you click the arrow next to the A, then select a color, it will say something like , but if you have the color already selected, and you just click the A, you get something like .

    The rgb and the numbers don't work
     
  4. Sypherz

    Sypherz Legend
    $5 USD Donor New Retired Sectional Moderator Competition Winner

    Joined:
    Dec 13, 2008
    Posts:
    23,745
    Referrals:
    1
    Sythe Gold:
    622
    Discord Unique ID:
    1303476485860098070
    M
    Sythe's 10th Anniversary
    Just a tiny little thing.

    Thankyou for clarifying Superman.
     
  5. Tyro

    Tyro Grand Master
    Secret Asian Man

    Joined:
    Nov 23, 2009
    Posts:
    2,297
    Referrals:
    0
    Sythe Gold:
    0
    Just a tiny little thing.

    To simplify the problem: the "text color" button adds an RGB value, which vB doesn't interpret.

    Pretty sure this is a problem with vB 3. Hang on, let me see if I can find the vB 4 code for textedit.js.

    Edit:
    In vbulletin_textedit.js, change this...

    Code:
    B[A].colorname = YAHOO.util.Dom.getStyle(B[A].firstChild, "background-color");
    B[A].id = this.editorid + "_color_" + this.translate_color_commandvalue(B[A].colorname); 
    
    to this...

    Code:
    B[A].colorname = this.translate_color_commandvalue(YAHOO.util.Dom.getStyle(B[A].firstChild,  "background-color"));
    B[A].id = this.editorid + "_color_" + B[A].colorname; 
    
     
  6. FireZ

    FireZ BRZ Club Member (2014)
    Retired Administrator Highly Respected

    Joined:
    Dec 3, 2009
    Posts:
    27,899
    Referrals:
    20
    Sythe Gold:
    2,410
    Detective Top Striker Sythe Awards 2013 Winner Sythe's 10th Anniversary Heidy Not sure if srs or just newfag...
    Just a tiny little thing.

    Alert Matthew or Govind
     
  7. Tyro

    Tyro Grand Master
    Secret Asian Man

    Joined:
    Nov 23, 2009
    Posts:
    2,297
    Referrals:
    0
    Sythe Gold:
    0
    Just a tiny little thing.

    Done, Doctor Z.
     
< Add a Sticky | Threads being marked as read without clicking on them >
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site