GNU bug report logs -
#54196
29.0.50; flat-button face box style does not work as expected
Previous Next
Reported by: David Ponce <da_vid <at> orange.fr>
Date: Mon, 28 Feb 2022 09:31:02 UTC
Severity: normal
Tags: moreinfo
Found in version 29.0.50
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
David Ponce <da_vid <at> orange.fr> writes:
> I noticed that the :box :style flat-button is not working as expected:
> the line around the text seems to be there, but not visible.
>
> Just evaluate the below code in the scratch buffer will show the
> problem:
>
> (insert
> (propertize "This buffer is for text"
> 'font-lock-face
> '( :box ( :line-width (4 . 4)
> :color "dark grey"
> :style pressed-button)))
> "\n"
> (propertize "This buffer is for text"
> 'font-lock-face
> '( :box ( :line-width (4 . 4)
> :color "dark grey"
> :style released-button)))
> "\n"
> (propertize "This buffer is for text"
> 'font-lock-face
> '( :box ( :line-width (4 . 4)
> :color "dark grey"
> :style flat-button)))
> "\n"
> )
I'm not sure what I'm supposed to be looking for here. Can you include
some screenshots and point to what you think is the problem?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.