Changeset 119
- Timestamp:
- 05/06/05 19:06:34 (8 years ago)
- Files:
-
- 1 modified
-
trunk/htmlarea.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.js
r118 r119 4303 4303 if(this.borders) 4304 4304 { 4305 HTMLArea._addClass(tables[ix], 'htmtableborders'); 4305 // flashing the display forces moz to listen (JB:18-04-2005) - #102 4306 if(HTMLArea.is_gecko) 4307 { 4308 tables[ix].style.display="none"; 4309 tables[ix].style.display="table"; 4310 } 4311 HTMLArea._addClass(tables[ix], 'htmtableborders'); 4306 4312 } 4307 4313 else
