Objects in the 'textwidget' CSS class do not change border color upon focus
    
    
    
      
      
      
      
        
Only input objects of type 'text' are 'highlighted' when focus is given to them. Other input objects (such as 'password') are not given focus, even when they are of the class 'textwidget'. Since almost all other attributes applied to input[type=text] are also applied to input.textwidget, it seems like this should be as well. I'm uploading a proposed patch if this isn't clear.
       
     
   
 
  
    Attachments
    (1)
  
    
      - textwidget.diff
 (649 bytes
) - added by adeason@… 20 years ago.
 
      - A patch to allow for input objects of class 'textwidget' but not type 'text' to be highlighted on focus.
 
    
    
  Download all attachments as:
  .zip
   
 
      
        
        
          Change History
          (4)
        
          
          
  
    
  
  
    
      | Keywords: | 
      
        patch added
       | 
    
    
      | Version: | 
      
        0.9.2 → 0.9.3
       | 
    
  
 
           
          
  
    
  
  
    
      | Milestone: | 
      
        → 0.9.4
       | 
    
    
      | Owner: | 
      
        changed from Jonas Borgström to Christopher Lenz
       | 
    
    
      | Priority: | 
      
        low → lowest
       | 
    
    
      | Severity: | 
      
        minor → trivial
       | 
    
    
      | Status: | 
      
        new → assigned
       | 
    
  
 
           
          
  
    
  
  
    
      | Resolution: | 
      
        → fixed
       | 
    
    
      | Status: | 
      
        assigned → closed
       | 
    
  
 
           
          
         
       
      
     
        
    
A patch to allow for input objects of class 'textwidget' but not type 'text' to be highlighted on focus.