| 
	
		
		
		
		 it's doing that on purpose... it's just bad design if you do it any other way 
 
option 1: dot appears, quote appears 
bad: you can click on it again, quote appears again, but dot disappears .. not consistant design 
good: lets people know they clicked.. at least once 
 
option 2: dot appears, quote appears, button is disabled 
bad: what if you delete the quote or alter it and totally fubar it? You're gonna wanna re-quote it. Cant, though. 
good: leaves no question if the button has been clicked, clean design 
 
option 3: click, quote, reset 
bad: may be misleading 
good: reusability, clean design 
		
		
		
		
		
			
		
		
		
		
	 |