Ticket #1408 (closed enhancement: wontfix)

Opened 3 years ago

Last modified 3 years ago

File widget in cpsdocument_create and cpsdocument_edit : Change/Browse form style

Reported by: tsoulcie Assigned to: mturcu
Priority: P1 Milestone: CPS 3.4.0
Component: CPS (global) Version: 3.3.8
Severity: normal Keywords: cps4dsg
Cc:

Description

the "browse" field and Button in FileChoiceChange? in File widget has not the right css classes applied. See other text-fields and standalone buttons in forms to check.

Change History

02/14/06 15:50:00 changed by mturcu

The "Browse" button you describe comes from an <input type="file"> element. It is quite difficult to apply styles to it using CSS. Googling on "input file css" I found a possible solution, http://www.quirksmode.org/dom/inputfile.html, but I think it adds a lot of complexity for not a great task, so I don't know if it is wanted. I expect opinions on this, maybe alternate solutions, if any.

02/14/06 20:29:20 changed by tsoulcie

after a quick search, there are effectively no easy solution to that input type=file problem. So forget about it for now, we'll work something out later. About the forms, the priority now is rather https://svn.nuxeo.org/trac/pub/ticket/1252 and it is mostly about cpsdocument_creat, edit and metadata.

02/14/06 20:29:33 changed by tsoulcie

  • status changed from new to closed.
  • resolution set to wontfix.