Updates: Summary: Report Bug dialog uses TextField as multiline entry space, causing numerous bugs
Comment #7 on issue 2368 by [EMAIL PROTECTED]: Report Bug dialog uses TextField as multiline entry space, causing numerous bugs http://code.google.com/p/chromium/issues/detail?id=2368 This is the only place in the code we have a multiline text entry View, AFAIK. Because TextField was never designed to be multiline, there are tons of bugs. m0.interactive reports: 1) Text Selection doesn't work 2) Can't select text upwards 3) Selecting text downwards = funky 4) There is no mouse middle scroll to scroll text if control. 5) There is no scroll pane if we have too much text in that given area! 6) Cannot properly remove selection once selected Either we need to make this code not use a TextField this way, or refactor/rewrite TextField to make it possible to do multiline entry correctly (possibly by creating some kind of subclass or separate class). This is going to be a lot of work to fix correctly, so if there's a good UI that can just avoid this, I recommend doing that. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to chromium-bugs@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---