https://bugzilla.wikimedia.org/show_bug.cgi?id=34557
--- Comment #7 from Daniel Friesen <[email protected]> --- (In reply to comment #6) > > In various places we use width: 100%; and give something a border. We should > > fix these places by either eliminating the width: 100%; (if it's unnecessary > > for that area to have it), or by specifying a box-sizing: border-box; on > > that > > element (with all the fallbacks) so that the width is calculated correctly > > in > > supporting browsers. > > Do Rahul's changes fix all the "various places"? Would it be helpful to list > point to each place the issue exists so we can 'check off' what's done and > make > it more obvious as to when this report can be closed? Rahul's change would fix the ones related to textareas but it's almost overly broad and would create visual defects in random places we're not expecting. Such as site scripts that we can't possibly find all of and test. For example: # Go to https://pl.wikipedia.org/wiki/Pies_domowy # Click on "Zgłoś błąd" in the sidebar # Then click on "Przejdź do formularza" See the textarea there (the big field in the middle) nice and flush with the rest of the form. Try modifying the global textarea to use a border-box box-sizing like that changeset does. But besides that. This isn't only a matter of textareas. Other elements can also be given 100% width and borders. Like tables, and more. So even that change won't guarantee the bug is fixed. And these can be all over the place. In core, in special pages and forms we don't use often, extensions, new features we haven't written yet. Honestly this is almost more like one of our tracking bugs, cause to actually fix this we're going to have to find and fix these in unknown places all over. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
