Review Request 108808: Do not reset opacity if call for GetWindowProperty fails

Thomas Lübking thomas.luebking at gmail.com
Wed Feb 6 15:29:55 GMT 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108808/#review26760
-----------------------------------------------------------


If the property does not exist or is of wrong type or contains junk, the reasonable return value would be 1.0, not 0.0 - agreed?
I mean, if the client withdraws the property and it would get read agin, the client would expect to be opaque as if it didn't support the property, yesno?

If the call gets us a BadWindow (likely the case except for below) it seems pretty much ok to return the cached value, but i don't think that's the case for other errors.

reg. colibri:
i don't see why Qt should withdraw the property before deleting the window.
Any chance that colibri attempts to set the opacity out of bounds (-1) so that Qt would fall back to withdrawing it or similar?

- Thomas Lübking


On Feb. 6, 2013, 2:38 p.m., Martin Gräßlin wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/108808/
> -----------------------------------------------------------
> 
> (Updated Feb. 6, 2013, 2:38 p.m.)
> 
> 
> Review request for kdelibs and kwin.
> 
> 
> Description
> -------
> 
> Do not reset opacity if call for GetWindowProperty fails
> 
> The opacity got unconditionally reset to the default value of fully
> opaque. In case the property has a value of 0 and the call to get the
> window property fails, the window would be shown again. This issue was
> spotted with colibri which faded out it's window and got a flash to
> fully opaque again.
> 
> I'm sorry that it's difficult to read this patch properly due to the
> existing mixing of tabs and whitespaces. The patch changes two things:
> * only updates the value if all checks succeed
> * initialise the data_ret variable to not cause a crash on free
> 
> BUG: 314427
> FIXED-IN: 4.10.1
> 
> 
> Diffs
> -----
> 
>   kdeui/windowmanagement/netwm.cpp cf28339f90dff1d17ed17842c7c11d8a9718a459 
> 
> Diff: http://git.reviewboard.kde.org/r/108808/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Martin Gräßlin
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20130206/ebfd9f59/attachment.htm>


More information about the kde-core-devel mailing list