Bug 200795

Summary: [patch] Text edit box with transparent background looks bad
Product: [Applications] konqueror Reporter: kt <konquerortest>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: screenshoot on how it looks in konqueror
screenshoot on how it looks on arora (webkit 4.5.2)

Description kt 2009-07-19 20:48:42 UTC
Version:            (using KDE 4.2.96)
OS:                Linux
Installed from:    Debian testing/unstable Packages

Connect to http://www.css3.info/preview/word-wrap/ , on top right of the page there is a search box with transparent background lineedit that looks bad because borders are drawed. In this case borders must not be showed like FF3 and Webkit 4.5.2 do.

thanks!
Comment 1 kt 2009-07-19 20:50:38 UTC
Created attachment 35463 [details]
screenshoot on how it looks in konqueror
Comment 2 kt 2009-07-19 20:51:48 UTC
Created attachment 35464 [details]
screenshoot on how it looks on arora (webkit 4.5.2)
Comment 4 kt 2009-08-08 11:16:17 UTC
Another page with the same problem : http://blogs.koolwal.net (top-right search form)
Comment 5 kt 2009-08-09 21:08:58 UTC
The "go" search button on http://www.andrel.com/ must not have borders
Comment 6 Germain Garand 2009-11-08 20:28:07 UTC
SVN commit 1046447 by ggarand:

patch by Andrea IACOVITTI <aiacovitti@libero.it> and Allan Sandfeld Jensen
for honouring "border: none" on native widget borders.

BUG: 200795

 M  +1 -1      render_replaced.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1046447
Comment 7 Germain Garand 2010-01-22 22:12:35 UTC
SVN commit 1078782 by ggarand:

Patch by Andrea Iacovitti <aiacovitti@libero.it> :
.factor logic to determine if native widget borders should be turned off
.rename method determining if painting CSS borders is necessary
.use the former more systematically where needed
.partial fix for #216795

CCBUG:216795
CCBUG:200795

 M  +6 -6      render_form.cpp  
 M  +6 -5      render_replaced.cpp  
 M  +6 -1      render_replaced.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1078782