Title:
Bug 78980:Summary: small issues encountered with CFFILEUPLOAD* minimum size of uploader should perhaps expand if buttons don't fit
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)
Created: 07/22/2009
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / 244905, 246312
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Problem:
Summary: small issues encountered with CFFILEUPLOAD* minimum size of uploader should perhaps expand if buttons don't fit. I've increased the length of their labels, and half of them are now off the screen. Note: I'm not using silly-long names or anything like that, just like "upload_label", "add_label", etc.* accepts any nonsense for the alignment attribute.* my HxW is 600x800, yet when I click on the SIZE column to sort (I've selected no files yet, so the column is at its default), the sort-direction arrow obscures the closing parenthesis.* error msg for maximum file count exceeded needs to be customisable, as current error is rather developer-oriented, not user-oriented. Should it raise an onError event? It does not trigger the handler* ditto file size* extensionfilter easily defeated by simply entering in any file name one wants. All it is is a visual filter for file selection, not a filter on the actual upload.* still cannot override all the on-screen text (eg: column headings, "uploading" msg). Does it detect when it's in a different locale automatically, and use appropriate other-language text? I guess that would be OK for v1.0.* the selectcolor can be set, but not the hover colour or striping colours. Seems incongruous.Cheers.-- Adam
We are taking these:
* accepts any nonsense for the alignment attribute.
* my HxW is 600x800, yet when I click on the SIZE column to sort (I've selected no files yet, so the column is at its default), the sort-direction arrow obscures the closing parenthesis.
Correct Error message to
Size of upload data cannot exceed {size} MB.
Number of files selected for the upload cannot exceed {filecount}
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3039390
External Customer Info:
External Company:
External Customer Name: Adam Cameron
External Customer Email: 17EB1A7649DA54C7992015A9
External Test Config: 07/22/2009
Attachments:
Comments: