FLUID-4075: Long file names don't wrap properly in Uploader queue

Metadata

Source
FLUID-4075
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Duplicate
Assignee
heidi valles
Reporter
Anastasia Cheetham
Created
2011-02-17T13:52:41.684-0500
Updated
2011-02-17T16:28:11.738-0500
Versions
  1. 1.3
Fixed Versions
  1. 1.3.1
Component
  1. Uploader

Description

If a file is added to the uploader queue with a very long filename, it pushes the 'remove' button out of sight. In Firefox, this doesn't affect the 'remove' buttons for other items in the queue, but in Safari, all remove buttons are lost. You can still select the items in the queue (using mouse or keyboard) and remove them using the Delete key, you just can't see the icons.

Comments

  • heidi valles commented 2011-02-17T14:00:21.076-0500

    Remove no-wrap style on line 87 in Uploader.css

  • Anastasia Cheetham commented 2011-02-17T16:18:00.319-0500

    I'm re-opening this one: The wrapping only happens on spaces or dashes, so if a long filename has neither (e.g. if it's broken up using underscores), this issue is still present.

  • Anastasia Cheetham commented 2011-02-17T16:28:11.736-0500

    This issues duplicates FLUID-962