| Summary: | Right aligned input field is hidden by clear button | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Andreas Pietzowski <andreas> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | andreas, zayed.alsaidi |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | the test case for this bug. | ||
|
Description
Andreas Pietzowski
2009-05-14 15:16:11 UTC
a simple testcase ? I set up an example page that demonstrates the usability bug: http://www.pietzowski.de/rightaligned.html Created attachment 33662 [details]
the test case for this bug.
Thank you for this testcase. I upload it here in case the website is down for any reason.
The attachment doesn't work here. A Konqueror bug? *g* Here is the code again - for the case my webserver is down - which shouldn't be ;-) <INPUT type="text" name="test" align="right" style="text-align : right; float:right;"> This simple line shows the Konqueror bug perfect. SVN commit 969352 by ggarand: don't let our internal proxy style override any preexisting proxy style - rather internally proxy the external widget's internal proxy style. (say that fast) BUG: 192663 M +7 -6 render_form.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=969352 SVN commit 971648 by ggarand: automatically merged revision 969352: don't let our internal proxy style override any preexisting proxy style - rather internally proxy the external widget's internal proxy style. (say that fast) BUG: 192663 M +7 -6 render_form.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=971648 |