Results 1 to 8 of 8

Thread: This must be the most unexpected bug in VS2008 ever!

  1. #1
    King of sapila
    Join Date
    Oct 06
    Location
    Greece
    Posts
    3,521

    This must be the most unexpected bug in VS2008 ever!

    Hi.So i was using a simple, TabContainer with a masked edit extender for a textbox.Now i used CSS to target a background inside my tabcontainer.I wanted to duplicate the textbox so i copy pasted it + it's masked extender.I forgot to rename the extender so it will match the new textbox but i went to the VS design mode to check something and i was surprised to see that the contents inside my tabcontainer were moved from their initial position and went a lot to the right.I thought it was the usual (and stupid (this is the exact definition of the design view so it's not bad language)) VS design problem so i used a browser but still everything went to the right.Well i removed the tabcontainer and re-created it but,nothing!So after an hour or so of experimenting (the page is enormous) what do i see AND CANNOT BELIEVE MY EYES?!!...This: .innertabposition { blah,blah, left: 217px; } !!!OMG!!!Visual studio actually changed my CSS and added a left: 217!!!!I didn't do it!I never touched the CSS because it's fixed for most of the pages so i don't need to change anything.I don't even had a left on that CSS innertab declaration,heck i never had a 217 number to accidentally copy it somehow.Double OMG,triple OMG!This is the weirdest thing i've ever seen in VS2008.If anyone can duplicate it tell me (and yes it's service packed and have been blessed with holy water).
    Slow as hell.

  2. #2
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 04
    Location
    The Granite City
    Posts
    21,744

    Re: This must be the most unexpected bug in VS2008 ever!

    Hello,

    Wow, that is very weird!

    Are you able to replicate the problem on a brand new project?

    Gary

  3. #3
    King of sapila
    Join Date
    Oct 06
    Location
    Greece
    Posts
    3,521

    Re: This must be the most unexpected bug in VS2008 ever!

    Haven't tried.Will do that tomorrow and report...
    Slow as hell.

  4. #4
    King of sapila
    Join Date
    Oct 06
    Location
    Greece
    Posts
    3,521

    Re: This must be the most unexpected bug in VS2008 ever!

    Nop, cannot do the magic again
    Slow as hell.

  5. #5
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 04
    Location
    The Granite City
    Posts
    21,744

    Re: This must be the most unexpected bug in VS2008 ever!

    Quote Originally Posted by sapator View Post
    Nop, cannot do the magic again
    Wierd! Can you repeat it within your own application?

    Gary

  6. #6
    King of sapila
    Join Date
    Oct 06
    Location
    Greece
    Posts
    3,521

    Re: This must be the most unexpected bug in VS2008 ever!

    Hey.I tried another page with the same code and i cannot repeat it.I will definitely not try to repeat it in my working page.
    Slow as hell.

  7. #7
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 04
    Location
    The Granite City
    Posts
    21,744

    Re: This must be the most unexpected bug in VS2008 ever!

    Let me know if there is something that you would like me to check.

    Gary

  8. #8
    King of sapila
    Join Date
    Oct 06
    Location
    Greece
    Posts
    3,521

    Re: This must be the most unexpected bug in VS2008 ever!

    Nah, thanks.
    Slow as hell.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •