Thread: Upgrade - Bug Reports Here

  1. #16
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Can you make the quick reply box a bit wider? 600px or so?
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  2. #17
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    I join myself to that request
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #18
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    Hmmm, I seem to be able to log in with IE, but not with Firefox for some reason. Anyone have any ideas on how to fix? I've tried clearing the cache and deleting cookies, but still no happy twomers!

    PS - the edit is sweet!!
    PPS - the Quick Reply is tiny!!
    PPPS - I've attached an odd looking screenshot (IE 6.something)
    Last edited by twomers; 08-03-2006 at 03:24 PM.

  4. #19
    Dump Truck Internet valis's Avatar
    Join Date
    Jul 2005
    Posts
    357
    There are some very strange inconsistencies. Opera, konqueror, and firefox all display slightly differently.
    Anyone using opera have an extremely tiny quick reply textbox?

  5. #20
    and the Hat of Clumsiness GanglyLamb's Avatar
    Join Date
    Oct 2002
    Location
    between photons and phonons
    Posts
    1,110
    For some reason when I type an &quot;enter&quot; it does not get displayed in my post. Even when I edit my post and place some enters they won't be there . Also I can not access any of the buttons in the reply box ( smilies, attachment, underline, bold etc etc ). Im using Firefox/1.5.0.4. see: http://bacict.kahosl.be/jan.audenaer...oard/index.php Also I just edited this post to insert the link and my quotes are now replaced by the mnemonic representation of amp followed by quot
    Last edited by GanglyLamb; 07-16-2006 at 03:16 PM.

  6. #21
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    I have a very tiny quick reply box.

    Formatting is also very odd.

    I use IE with XP Home.

    Some of the left column headers where the avatars, names, and other information is, is extremely large, but only for certain members? Maybe something to do with the text they have under their avatar? You can see this in my screenie if you look at valis's post. Gangly Lamb's looks correct and Valis's does not.
    Last edited by VirtualAce; 03-12-2011 at 11:42 AM.

  7. #22
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Ahh... the joys of cross-browser compatibility!

    Someone should have invented an HTML Standard. That's why this happens. Because nobody ever invented one. Tsk, tsk.

    [/irony]
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  8. #23
    Dump Truck Internet valis's Avatar
    Join Date
    Jul 2005
    Posts
    357
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    Note: The Validator XML support has some limitations. 
    This page is not Valid XHTML 1.0 Transitional!
    
    Below are the results of checking this document for XML well-formedness and validity. 
    Error Line 460 column 4: end tag for "br" omitted, but OMITTAG NO was specified.
    <br>
    
    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". 
    
    Info Line 460 column 0: start tag was here.
    <br>
    At least it's almost as compliant as it states.

  9. #24
    User
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    499
    There's something wrong: The post header is wraps on valis's post. Not a big issue, but it looks odd.

    [edit] I'm using the latest version of Safari, which is basically netscape.
    Oh and I also LOVE the edit window!

  10. #25
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    Ok, so I clicked the 'Remember me' box when I was logging in, and I can now log in with FF.

  11. #26
    Dump Truck Internet valis's Avatar
    Join Date
    Jul 2005
    Posts
    357
    that's strange, it wraps on opera as well, but not in the same way:
    Code:
    Today,
    04:47 PM
    On konqueror and firefox both my and joeprogrammer's post headers wrap.

  12. #27
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Yes, on my firefox 1.5.0.4 too.

    But I reckon this is only happening on those posts where an image, quote or code tags force horizontal scroll. On all other posts the header is rendered correctly.

    I increased my screen resolution and posts maintained the same wrapping. So, I think this has to do with how PHP is constructing the HTML.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  13. #28
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    The posts on the board now are very hard to read, very hard to distinguish from one another, and overall are a major eye sore.

    1. There is not enough space between the actual post text and the signature.
    2. For some reason, the posts stretch all across my screen and I don't believe they used to do this


    And do I have over 4000 posts? I thought I was in the 2K's.
    Last edited by VirtualAce; 07-16-2006 at 05:42 PM.

  14. #29
    Registered User divineleft's Avatar
    Join Date
    Jul 2006
    Posts
    158
    I have double my post count as well.

  15. #30
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Lionmane is still allowed to post in GD <>

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. gaks bug?
    By Yarin in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 08-31-2008, 02:47 PM
  2. Debugging a rare / unreproducible bug..
    By g4j31a5 in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 08-05-2008, 12:56 PM
  3. ATL bug of CComPtr?
    By George2 in forum Windows Programming
    Replies: 6
    Last Post: 04-07-2008, 07:52 AM
  4. Boom, Headoshot!!
    By mrafcho001 in forum A Brief History of Cprogramming.com
    Replies: 50
    Last Post: 07-21-2005, 08:28 PM
  5. Bug reports
    By kitten in forum A Brief History of Cprogramming.com
    Replies: 27
    Last Post: 08-11-2001, 08:43 AM