emrahgunduz
always eats his vegetables
Blog RSS Feed
  • twitter
  • friendfeed
  • linkedin
  • facebook
  • vimeo
  • flickr
  • lastfm

Strange CSS Bug : 3 Line CSS Code Crashing Dreamweaver CS4

Strange CSS Bug : 3 Line CSS Code Crashing Dreamweaver CS4

A friend of mine found a strange bug in Dreamweaver CS4. Who would guess that a 3 line CSS code would be able to totally crash Dreamweaver?

Here is the code he tried to write :

@media print{      #tepe, #rightpanel, }

While i was trying to replicate this bug, Dreamweaver first crashed at #rightpanel. On my second attempt, i succeeded but was not able to save the file, as Dreamweaver died again. Even saving this simple code in Notepad, and trying to open it with Dreamweaver creates a little disaster.

I just reported this as a bug and waiting for an answer. If I get one, I’ll post it here.

Edit: A mail came after a few hours after my report. Adobe was able to reproduce the bug and it is internally filed. They will look into it.

As suggested, if you encounter this kind of error, be sure to use valid CSS. As this bug appears while writing the code you won’t be able to finish what you started, but however, opening the saved CSS file in another tool and finishing it like this,

@media print{      #tepe, #rightpanel {} }

Solves the problem for now.

This post's short url is: http://emrg.me/54

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <span style=""> <p> <li> <ol>

Calendar

May 2012
M T W T F S S
« Feb    
 123456
78910111213
14151617181920
21222324252627
28293031  
Web Analytics
Author: Emrah Gunduz