[konqueror] [Bug 365145] Percentage units not supported in border radius

2016-07-06 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365145

Andrea Iacovitti  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kdel
   ||ibs/44a7dcf01dff8c055cb1f21
   ||8574ece1500fb7e4f
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Andrea Iacovitti  ---
Git commit 44a7dcf01dff8c055cb1f218574ece1500fb7e4f by Andrea Iacovitti.
Committed on 06/07/2016 at 10:18.
Pushed by aiacovitti into branch 'KDE/4.14'.

Support percentage unit specification in border radius.
Fixed background's clip path calculation (handle content-box).
Used QPoint(h,v) in the render to store horizontal/vertical radius.

M  +4-4khtml/css/css_renderstyledeclarationimpl.cpp
M  +4-4khtml/css/cssparser.cpp
M  +9-15   khtml/css/cssstyleselector.cpp
M  +56   -47   khtml/rendering/render_box.cpp
M  +2-1khtml/rendering/render_box.h
M  +102  -101  khtml/rendering/render_object.cpp
M  +2-2khtml/rendering/render_object.h
M  +9-0khtml/rendering/render_style.cpp
M  +5-5khtml/rendering/render_style.h

http://commits.kde.org/kdelibs/44a7dcf01dff8c055cb1f218574ece1500fb7e4f

-- 
You are receiving this mail because:
You are watching all bug changes.


[konqueror] [Bug 365145] New: Percentage units not supported in border radius

2016-07-06 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365145

Bug ID: 365145
   Summary: Percentage units not supported in border radius
   Product: konqueror
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: khtml
  Assignee: konq-b...@kde.org
  Reporter: aiacovi...@libero.it

Created attachment 99885
  --> https://bugs.kde.org/attachment.cgi?id=99885=edit
testcase

As per summery.
See attached testcase.

-- 
You are receiving this mail because:
You are watching all bug changes.


[konqueror] [Bug 365007] Wrong value returned by querying margin property

2016-07-02 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365007

Andrea Iacovitti  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kdel
   ||ibs/acc9b257f61efbbd44b68c7
   ||2046d9b58521fbbb2
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Andrea Iacovitti  ---
Git commit acc9b257f61efbbd44b68c72046d9b58521fbbb2 by Andrea Iacovitti.
Committed on 02/07/2016 at 17:52.
Pushed by aiacovitti into branch 'KDE/4.14'.

Fixes in 4-values shorthand constructor function.

M  +35   -9khtml/css/css_valueimpl.cpp

http://commits.kde.org/kdelibs/acc9b257f61efbbd44b68c72046d9b58521fbbb2

-- 
You are receiving this mail because:
You are watching all bug changes.


[konqueror] [Bug 365007] New: Wrong value returned by querying margin property

2016-07-02 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365007

Bug ID: 365007
   Summary: Wrong value returned by querying margin property
   Product: konqueror
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: khtml
  Assignee: konq-b...@kde.org
  Reporter: aiacovi...@libero.it

Created attachment 99806
  --> https://bugs.kde.org/attachment.cgi?id=99806=edit
testcase

See attached testcase.
Also reproducible for other "4-values" shorthand properties.

-- 
You are receiving this mail because:
You are watching all bug changes.


[konqueror] [Bug 364158] background-origin/background-clip not correctly parsed in shorthand

2016-06-10 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364158

Andrea Iacovitti  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdel
   ||ibs/b1ddfe44f1360065960e150
   ||389075bfbc9f0e7f3
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Andrea Iacovitti  ---
Git commit b1ddfe44f1360065960e150389075bfbc9f0e7f3 by Andrea Iacovitti.
Committed on 10/06/2016 at 12:36.
Pushed by aiacovitti into branch 'KDE/4.14'.

Fix parsing background-clip in shorthand.
If one  value is present then it sets both background-origin and
background-clip to that value.

M  +20   -6khtml/css/cssparser.cpp

http://commits.kde.org/kdelibs/b1ddfe44f1360065960e150389075bfbc9f0e7f3

-- 
You are receiving this mail because:
You are watching all bug changes.


[konqueror] [Bug 364158] New: background-origin/background-clip not correctly parsed in shorthand

2016-06-09 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364158

Bug ID: 364158
   Summary: background-origin/background-clip not correctly parsed
in shorthand
   Product: konqueror
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: khtml parsing
  Assignee: konq-b...@kde.org
  Reporter: aiacovi...@libero.it

Created attachment 99431
  --> https://bugs.kde.org/attachment.cgi?id=99431=edit
testcase

background-origin,background-clip are not correctly parsed when specified in 
shorthand: if only one  value is specified we set one property and
initialize the second to its default value.

>From specs (https://www.w3.org/TR/css3-background/#the-background):
if one  value is present then it sets both ‘background-origin’ and
‘background-clip’ to that value. If two values are present, then the first sets
‘background-origin’ and the second ‘background-clip’

-- 
You are receiving this mail because:
You are watching all bug changes.

[konqueror] [Bug 364051] css: bug on Inherited backgrond properties

2016-06-07 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364051

Andrea Iacovitti  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdel
   ||ibs/2f8f9756bd8d66f3d8e235a
   ||706ffacf1698322a4

--- Comment #1 from Andrea Iacovitti  ---
Git commit 2f8f9756bd8d66f3d8e235a706ffacf1698322a4 by Andrea Iacovitti.
Committed on 07/06/2016 at 10:21.
Pushed by aiacovitti into branch 'KDE/4.14'.

Fix background properties inheritance.

M  +2-0khtml/css/cssstyleselector.cpp

http://commits.kde.org/kdelibs/2f8f9756bd8d66f3d8e235a706ffacf1698322a4

-- 
You are receiving this mail because:
You are watching all bug changes.


[konqueror] [Bug 364052] css: incorrect image size rendered

2016-06-07 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364052

Andrea Iacovitti  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/kdel
   ||ibs/bc728fcb9a570e12c45fdf1
   ||d59d66be43e61c03c
 Resolution|--- |FIXED

--- Comment #1 from Andrea Iacovitti  ---
Git commit bc728fcb9a570e12c45fdf1d59d66be43e61c03c by Andrea Iacovitti.
Committed on 07/06/2016 at 10:25.
Pushed by aiacovitti into branch 'KDE/4.14'.

Mark properties as set when repeating patterns.

M  +7-7khtml/rendering/render_style.cpp

http://commits.kde.org/kdelibs/bc728fcb9a570e12c45fdf1d59d66be43e61c03c

-- 
You are receiving this mail because:
You are watching all bug changes.


[konqueror] [Bug 364052] New: css: incorrect image size rendered

2016-06-07 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364052

Bug ID: 364052
   Summary: css: incorrect image size rendered
   Product: konqueror
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: khtml renderer
  Assignee: konq-b...@kde.org
  Reporter: aiacovi...@libero.it

Created attachment 99399
  --> https://bugs.kde.org/attachment.cgi?id=99399=edit
testcase

Incorrect image size rendered when background-size property should be repeat to
match the number of layers

-- 
You are receiving this mail because:
You are watching all bug changes.


[konqueror] [Bug 364051] New: css: bug on Inherited backgrond properties

2016-06-07 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364051

Bug ID: 364051
   Summary: css: bug on Inherited backgrond properties
   Product: konqueror
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: khtml renderer
  Assignee: konq-b...@kde.org
  Reporter: aiacovi...@libero.it

Created attachment 99398
  --> https://bugs.kde.org/attachment.cgi?id=99398=edit
testcase

Inherited css backgrond properties do not get updated on parent style changes.

-- 
You are receiving this mail because:
You are watching all bug changes.


[konqueror] [Bug 363677] background-size inherit/initial fails to apply in some cases

2016-05-29 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363677

Andrea Iacovitti  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kdel
   ||ibs/dee3cce6f343c298fc23a1f
   ||dd77b880aacf3c354
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Andrea Iacovitti  ---
Git commit dee3cce6f343c298fc23a1fdd77b880aacf3c354 by Andrea Iacovitti.
Committed on 29/05/2016 at 21:25.
Pushed by aiacovitti into branch 'KDE/4.14'.

Fix applying Initial and Inherit for background-size property.
Need to set both type and lengths of bg-size, currently only lengths was
set using setBackgroundSize() (see HANDLE_BACKGROUND_VALUE macro).
Remove separate handling of type and lengths as they are interdependent
and use setBackgroundSize() to set both, making this code less error-prone
and avoiding dealing with the macro.

M  +8-8khtml/css/css_renderstyledeclarationimpl.cpp
M  +4-8khtml/css/cssstyleselector.cpp
M  +2-2khtml/rendering/render_box.cpp
M  +2-5khtml/rendering/render_style.cpp
M  +17   -9khtml/rendering/render_style.h

http://commits.kde.org/kdelibs/dee3cce6f343c298fc23a1fdd77b880aacf3c354

-- 
You are receiving this mail because:
You are watching all bug changes.


[konqueror] [Bug 363677] background-size inherit/initial fails to apply in some cases

2016-05-29 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363677

--- Comment #3 from Andrea Iacovitti  ---
Created attachment 99249
  --> https://bugs.kde.org/attachment.cgi?id=99249=edit
testcase2 - initial

-- 
You are receiving this mail because:
You are watching all bug changes.


[konqueror] [Bug 363677] background-size inherit/initial fails to apply in some cases

2016-05-29 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363677

--- Comment #2 from Andrea Iacovitti  ---
Created attachment 99248
  --> https://bugs.kde.org/attachment.cgi?id=99248=edit
testcase1 - inherit

-- 
You are receiving this mail because:
You are watching all bug changes.


[konqueror] [Bug 363677] background-size inherit/initial fails to apply in some cases

2016-05-29 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363677

--- Comment #1 from Andrea Iacovitti  ---
Created attachment 99247
  --> https://bugs.kde.org/attachment.cgi?id=99247=edit
image needed for testcase

-- 
You are receiving this mail because:
You are watching all bug changes.


[konqueror] [Bug 363677] New: background-size inherit/initial fails to apply in some cases

2016-05-29 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363677

Bug ID: 363677
   Summary: background-size inherit/initial fails to apply in some
cases
   Product: konqueror
   Version: unspecified
  Platform: Other
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: khtml renderer
  Assignee: konq-b...@kde.org
  Reporter: aiacovi...@libero.it

background-size inherit/initial fails to apply in some cases, will upload
testcases

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[konqueror] [Bug 363378] New: css background shorthand parser error

2016-05-21 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363378

Bug ID: 363378
   Summary: css background shorthand parser error
   Product: konqueror
   Version: Git
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: khtml parsing
  Assignee: konq-b...@kde.org
  Reporter: aiacovi...@libero.it

Example:{background: none left left red no-repeat;}
The declaration is invalid because it specifies two horizontal value for
background-position (left left) then should be discarded. 

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[konqueror] [Bug 193825] apple-touch-icon Image is Used Instead of favicon/"shortcut icon" when Viewing twitter.com/replies

2016-02-01 Thread Andrea Iacovitti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=193825

Andrea Iacovitti  changed:

   What|Removed |Added

   Version Fixed In||4.14.17
  Latest Commit||http://commits.kde.org/kdel
   ||ibs/022f1248f9b4db51d4d23a1
   ||09568e24ef5481f61
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Andrea Iacovitti  ---
Git commit 022f1248f9b4db51d4d23a109568e24ef5481f61 by Andrea Iacovitti.
Committed on 01/02/2016 at 15:28.
Pushed by aiacovitti into branch 'KDE/4.14'.

Fix detection of icon link type (aka "favicon").
FIXED-IN: 4.14.17

M  +23   -5khtml/html/html_headimpl.cpp

http://commits.kde.org/kdelibs/022f1248f9b4db51d4d23a109568e24ef5481f61

-- 
You are receiving this mail because:
You are watching all bug changes.