#18789 closed Bug (fixed)
Too many method arguments equals poor readability for small resolutions.
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Lets just suppose you use 1024x768 (it is my r61i max:) ) resolution.
Check for example this doc site:
https://docs.djangoproject.com/en/1.4/topics/http/file-uploads/
Class FileUploadHandler, method handle_raw_input (at the bottom of the site):
FileUploadHandler.handle_raw_input(self, input_data, META, content_length, boundary, encoding)
In that case the last encoding parameter is not visible to me as it hides in the green background.
Attachments (1)
Change History (4)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → Bug |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fast checked that turning off ".literal {white-space: nowrap;}" (base.css) in chrome fixed the problem (windows 7, google chrome 21.0.1180.83 m).