Changeset e92d0a in indico


Ignore:
Timestamp:
06/04/10 18:47:38 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
254e22
Parents:
3578b2
Message:

[FIX] TT - Bug that affected IE

  • due to negative width;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/htdocs/js/indico/Timetable/Draw.js

    raf93a0 re92d0a  
    310310                    } 
    311311 
    312                     this.locationDiv.dom.style.maxWidth = pixels(locationMaxWidth); 
     312                    this.locationDiv.dom.style.maxWidth = locationMaxWidth > 0 ? 
     313                        pixels(locationMaxWidth) : '0px'; 
    313314 
    314315                    // After modifying the location width, the content of the location might be expaneded 
Note: See TracChangeset for help on using the changeset viewer.