[mb-bugs] [MusicBrainz Bug Tracker] #4723: IE7: Artist/track/release pages have permanent horizontal scrollbar

View: New views
7 Messages — Rating Filter:   Alert me  

[mb-bugs] [MusicBrainz Bug Tracker] #4723: IE7: Artist/track/release pages have permanent horizontal scrollbar

by MusicBrainz Bug Tracker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#4723: IE7: Artist/track/release pages have permanent horizontal scrollbar
--------------------------------+-------------------------------------------
 Reporter:  voiceinsideyou      |       Owner:                            
     Type:  bug                 |      Status:  new                        
 Priority:  normal              |   Milestone:  Server: TemplateToolkit    
Component:  MusicBrainz Server  |     Version:                            
 Keywords:                      |     Browser:  Internet Explorer (Trident)
       Os:  Windows Vista       |  
--------------------------------+-------------------------------------------
 Tested on both XP and Vista; latest patched versions of IE7 on each.

 XP: http://img4.imageshack.us/img4/6880/comparisonmk4cl7.png
 Vista: (attached)

--
Ticket URL: <http://bugs.musicbrainz.org/ticket/4723>
MusicBrainz Bug Tracker <http://musicbrainz.org>
MusicBrainz -- the music metadatabase
_______________________________________________
Musicbrainz-bugs mailing list
Musicbrainz-bugs@...
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-bugs

Re: [mb-bugs] [MusicBrainz Bug Tracker] #4723: IE7: Artist/track/release pages have permanent horizontal scrollbar

by MusicBrainz Bug Tracker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#4723: IE7: Artist/track/release pages have permanent horizontal scrollbar
------------------------------------------+---------------------------------
  Reporter:  voiceinsideyou               |       Owner:                        
      Type:  bug                          |      Status:  new                    
  Priority:  normal                       |   Milestone:  Server: TemplateToolkit
 Component:  MusicBrainz Server           |     Version:                        
Resolution:                               |    Keywords:                        
   Browser:  Internet Explorer (Trident)  |          Os:  Windows Vista          
------------------------------------------+---------------------------------
Comment (by BrianFreud):

 I noticed this while working on the coverart yesterday, it's because
 overflow is set to auto in release_top.  I don't see any current benefits,
 only this negative, from this block in release.css:

 {{{
 div.release .release_top {
     overflow: auto;
 }
 }}}

--
Ticket URL: <http://bugs.musicbrainz.org/ticket/4723#comment:1>
MusicBrainz Bug Tracker <http://musicbrainz.org>
MusicBrainz -- the music metadatabase
_______________________________________________
Musicbrainz-bugs mailing list
Musicbrainz-bugs@...
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-bugs

Re: [mb-bugs] [MusicBrainz Bug Tracker] #4723: IE7: Artist/track/release pages have permanent horizontal scrollbar

by MusicBrainz Bug Tracker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#4723: IE7: Artist/track/release pages have permanent horizontal scrollbar
------------------------------------------+---------------------------------
  Reporter:  voiceinsideyou               |       Owner:                        
      Type:  bug                          |      Status:  new                    
  Priority:  normal                       |   Milestone:  Server: TemplateToolkit
 Component:  MusicBrainz Server           |     Version:                        
Resolution:                               |    Keywords:                        
   Browser:  Internet Explorer (Trident)  |          Os:  Windows Vista          
------------------------------------------+---------------------------------
Comment (by voiceinsideyou):

 I'd guess that it was so you get a horizontal scroll when a track name is
 really long, but I just tested that and it wraps within the release box,
 which is probably OK anyway.

--
Ticket URL: <http://bugs.musicbrainz.org/ticket/4723#comment:2>
MusicBrainz Bug Tracker <http://musicbrainz.org>
MusicBrainz -- the music metadatabase
_______________________________________________
Musicbrainz-bugs mailing list
Musicbrainz-bugs@...
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-bugs

Re: [mb-bugs] [MusicBrainz Bug Tracker] #4723: IE7: Artist/track/release pages have permanent horizontal scrollbar

by MusicBrainz Bug Tracker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#4723: IE7: Artist/track/release pages have permanent horizontal scrollbar
------------------------------------------+---------------------------------
  Reporter:  voiceinsideyou               |       Owner:                        
      Type:  bug                          |      Status:  new                    
  Priority:  normal                       |   Milestone:  Server: TemplateToolkit
 Component:  MusicBrainz Server           |     Version:                        
Resolution:                               |    Keywords:                        
   Browser:  Internet Explorer (Trident)  |          Os:  Windows Vista          
------------------------------------------+---------------------------------
Comment (by acid2):

 If I'm using overflow: auto, it probably means I have floated elements
 inside that div. However, if it's safe to remove this property, I'll get
 rid

--
Ticket URL: <http://bugs.musicbrainz.org/ticket/4723#comment:3>
MusicBrainz Bug Tracker <http://musicbrainz.org>
MusicBrainz -- the music metadatabase
_______________________________________________
Musicbrainz-bugs mailing list
Musicbrainz-bugs@...
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-bugs

Re: [mb-bugs] [MusicBrainz Bug Tracker] #4723: IE7: Artist/track/release pages have permanent horizontal scrollbar

by MusicBrainz Bug Tracker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#4723: IE7: Artist/track/release pages have permanent horizontal scrollbar
------------------------------------------+---------------------------------
  Reporter:  voiceinsideyou               |       Owner:                        
      Type:  bug                          |      Status:  new                    
  Priority:  normal                       |   Milestone:  Server: TemplateToolkit
 Component:  MusicBrainz Server           |     Version:                        
Resolution:                               |    Keywords:                        
   Browser:  Internet Explorer (Trident)  |          Os:  Windows Vista          
------------------------------------------+---------------------------------
Comment (by BrianFreud):

 Yes, it appears safe, from all my testing - I noticed it when I was
 working on the coverart exploder/imploder - until I changed that setting,
 while the image was imploding, I would get a half-second rubberband effect
 with a horizontal scrollbar popping up on the header's div.

--
Ticket URL: <http://bugs.musicbrainz.org/ticket/4723#comment:4>
MusicBrainz Bug Tracker <http://musicbrainz.org>
MusicBrainz -- the music metadatabase
_______________________________________________
Musicbrainz-bugs mailing list
Musicbrainz-bugs@...
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-bugs

Re: [mb-bugs] [MusicBrainz Bug Tracker] #4723: IE7: Artist/track/release pages have permanent horizontal scrollbar

by MusicBrainz Bug Tracker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#4723: IE7: Artist/track/release pages have permanent horizontal scrollbar
------------------------------------------+---------------------------------
  Reporter:  voiceinsideyou               |       Owner:  acid2                  
      Type:  bug                          |      Status:  assigned              
  Priority:  normal                       |   Milestone:  Server: TemplateToolkit
 Component:  MusicBrainz Server           |     Version:                        
Resolution:                               |    Keywords:  patch                  
   Browser:  Internet Explorer (Trident)  |          Os:  Windows Vista          
------------------------------------------+---------------------------------
Changes (by acid2):

  * keywords:  => patch
  * owner:  => acid2
  * status:  new => assigned

--
Ticket URL: <http://bugs.musicbrainz.org/ticket/4723#comment:5>
MusicBrainz Bug Tracker <http://musicbrainz.org>
MusicBrainz -- the music metadatabase
_______________________________________________
Musicbrainz-bugs mailing list
Musicbrainz-bugs@...
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-bugs

Re: [mb-bugs] [MusicBrainz Bug Tracker] #4723: IE7: Artist/track/release pages have permanent horizontal scrollbar

by MusicBrainz Bug Tracker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#4723: IE7: Artist/track/release pages have permanent horizontal scrollbar
---------------------------------+------------------------------------------
  Reporter:  voiceinsideyou      |       Owner:  acid2                      
      Type:  bug                 |      Status:  closed                    
  Priority:  normal              |   Milestone:                            
 Component:  MusicBrainz Server  |     Version:                            
Resolution:  invalid             |    Keywords:  patch                      
        Os:  Windows Vista       |     Browser:  Internet Explorer (Trident)
---------------------------------+------------------------------------------
Changes (by voiceinsideyou):

  * status:  assigned => closed
  * resolution:  => invalid

Comment:

 I believe this is invalid without a specific TemplateToolkit milestone
 being worked towards. Were these bugs all re-evaluated before the
 MileStone was removed?

--
Ticket URL: <http://bugs.musicbrainz.org/ticket/4723#comment:7>
MusicBrainz Bug Tracker <http://musicbrainz.org>
MusicBrainz -- the music metadatabase
_______________________________________________
Musicbrainz-bugs mailing list
Musicbrainz-bugs@...
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-bugs