Can't specify BorderWidth and HandleWidth

I am trying to change the Style of xBiff. The man pages says:

With the NoHandles style, the window does not get the handles in the window corners that are commonly used to resize it. With NoHandles, the width from the BorderWidth style is used.

Style "xbiff"       		NoTitle, NoHandles, sticky, WindowListSkip, ClickToFocus, BorderWidth 15

As I get it when I specify “NoHandles” BorderWidth is used. But nothing happens when I change the value of BorderWidth.

For some reason I need to have:

Style “*” BorderWidth 5, HandleWidth 3

Before:

Style “xbiff” NoTitle, NoHandles, BorderWidth 10, Sticky, WindowListSkip,ClickToFocus

If I put it after the specific changes get ignored.

Is this some kind of bug?

What is it you’re expecting?

– Thomas Adam