
With both sidebars enabled input.form-text, input.form-file and some select lists are too long for Opera (some screenshots below).
Could be fixed with a blanket width but this will cause issues with some specific form elements such as the password strength meter.
E.g we could do this:
input.form-text,
input.form-file,
select.form-select {
width: 75%;
}
But we need to test this out a lot and make sure we account for any special cases - or we go the other way around and special case only those that we find that are too long - either way its special casing and will probably break down at some stage...
Comment | File | Size | Author |
---|---|---|---|
bartik-opera-user-edit.png | 53.65 KB | Jeff Burnz | |
bartik-opera-user-login.png | 78.64 KB | Jeff Burnz |
Comments
Comment #1
buwk CreditAttribution: buwk commenteddoes not anyone care?
Comment #2
Jeff Burnz CreditAttribution: Jeff Burnz commentedWe care a lot :) We need more help!
Comment #3
buwk CreditAttribution: buwk commentedyes. but they are sleeping!
Comment #4
Jeff Burnz CreditAttribution: Jeff Burnz commentedWell, I don't think peeps are sleeping, just very busy with many issues as Drupal 7 draws close to release - many are a bit burned out after 2 years working on D7...
Comment #5
bleen CreditAttribution: bleen commentedbuwk ... I'd love to see any suggestions you have on how to fix this issue. I would be happy to review your patch.
Comment #6
Jeff Burnz CreditAttribution: Jeff Burnz commentedOK, I'm going to mark this as a duplicate of #833184: 60 col fields can overflow the main content column since they are basically the same issue - I have posted a patch over there.