- #46797: Resizable textarea grippie mispositioned sometimes in Opera
							parent
							
								
									3be4f176c7
								
							
						
					
					
						commit
						d2f5f7cf78
					
				| 
						 | 
				
			
			@ -47,7 +47,7 @@ function textArea(element) {
 | 
			
		|||
  // Make the grippie line up in various browsers
 | 
			
		||||
  if (window.opera) {
 | 
			
		||||
    // Opera
 | 
			
		||||
    this.grippie.style.marginRight = this.widthOffset +'px';
 | 
			
		||||
    this.grippie.style.marginRight = '4px';
 | 
			
		||||
  }
 | 
			
		||||
  if (document.all && !window.opera) {
 | 
			
		||||
    // IE
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue