Thread: Bugs (and strange things...)

  1. #211
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    at the risk of getting bad rep again for trying report a bug.....
    Quote Originally Posted by Perspective
    Smilie buttons and reputation links dont work for me. Both just move me to the top of the page.... woe is me.
    this is happening to me again. If i click someones "Add to reputation" link it just launches me to the top of the page. Same thing if click on of the smilies while composing a post. <--smilie manually typed in.

  2. #212
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Enable javascript and refresh the page - I only observe that kind of behaviour when I have javascript disabled (which I usually do).
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  3. #213
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Quote Originally Posted by Ken Fitlike
    Enable javascript and refresh the page - I only observe that kind of behaviour when I have javascript disabled (which I usually do).
    javascript is enabled

  4. #214
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    I don't think it's right for Prelude to be "King of the Roost". Please change to something more befitting her.

  5. #215
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    Didn't we have a whole thread about "Those sexist VBulletin pigs!"?
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  6. #216
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    It's possible, I suppose. I'm pretty sure webby sets the rep levels (although I don't know for sure - I've never seen that at another site)

  7. #217
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Quote Originally Posted by Perspective
    javascript is enabled
    Cookies enabled?
    Last edited by Ken Fitlike; 12-03-2004 at 01:50 AM. Reason: removed superfluous text
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  8. #218
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Quote Originally Posted by Ken Fitlike
    Cookies enabled?
    yup. Im using the default firefox 1.0 settings more or less.

  9. #219
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Switch to opera

  10. #220
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Quote Originally Posted by Thantos
    Switch to opera
    booooo!

    i actually just figured it out. Its the Addblock plug-in. Addblock is great because it blocks imbedded adds in a page. If i disable it everything works

  11. #221
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Quote Originally Posted by Perspective
    Its the Addblock plug-in. Addblock is great because it blocks imbedded adds in a page. If i disable it everything works
    userContent.css does that and doesn't affect other stuff.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  12. #222
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Bumpity bump. I'm still interested in changing my avatar, but the problem described previously persists.
    My best code is written with the delete key.

  13. #223
    Magically delicious LuckY's Avatar
    Join Date
    Oct 2001
    Posts
    856
    If you have a subscript bracketed i within a code block then have an italic somewhere afterward, that occurrence in the code block becomes the start of italics.

    Proof of concept (foot should have an i within brackets beside it):
    Code:
    for (int i = 0; i < foo; ++i)
      cout << foot[i] << endl;
    Now I want to have a single italicized word, but everything after my subscript is already italicized.

  14. #224
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    I wasnt sure.

    While were on it, i'd like to see the links menu down the bottom of the page so i dont have to scroll up through 80 replies to get to the top.

    C Board > Community Boards > General Discussions

  15. #225
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Thanks RoD I agree but in order to keep this from becoming a thread to address all issues people have with the board I would appreciate it if all future comments in this thread were reserved to the topic at hand - which is the size of the post reply text box control.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Strange side effects?
    By _Elixia_ in forum C Programming
    Replies: 4
    Last Post: 08-16-2005, 03:25 PM
  2. Strange file problem.
    By tilex in forum C++ Programming
    Replies: 1
    Last Post: 12-29-2004, 12:32 AM
  3. strange linked list problem
    By maes in forum Windows Programming
    Replies: 0
    Last Post: 09-06-2003, 09:28 AM