Patch #7304
closedexpand the size of date field
0%
Description
Hi.
When I use Firefox to see my Redmine, date fields such as start date, due date and other date custom fields are sometimes too tight to see the last digit of the date. (Please refer the attached image.)
If I change the text size, it will fit in some case, but it's a little pain to change every time.
Although, IE and Chrome don't have any problem, could you consider changing the size from 10 to 12? Attached is the patch.
Thank you.
Files
Updated by VD DV almost 14 years ago
- Status changed from New to Resolved
- Assignee set to Maxim Krušina
- % Done changed from 0 to 100
Maxim resolved it
Updated by Tiffany C almost 14 years ago
It seems that someone changed the status as his test...
I don't have a permission to change the status from "resolved".
Updated by Eric Thomas almost 14 years ago
This is odd. It's set for 10 characters to match up with the date field: YYYY-MM-DD. 12 characters seems like it would add too much padding.
Seems like a browser bug. What FF version are you using? Firefox displays it just fine for me.
Updated by Toshi MARUYAMA almost 14 years ago
- Status changed from Resolved to New
- Assignee deleted (
Maxim Krušina) - % Done changed from 100 to 0
Updated by Tiffany C almost 14 years ago
I tried Ctrl+0, but the last digit is still hiding..
Updated by Go MAEDA almost 10 years ago
I confirmed that Firefox 34.0.5(Win) still have the problem.
- NG: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0
- OK: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:34.0) Gecko/20100101 Firefox/34.0
Updated by Go MAEDA over 2 years ago
- Status changed from New to Closed
Since HTML5 date input fields have been used since Redmine 3.3.0 (#19468), the reported problem never occur.