Skip Menu |

This queue is for tickets about the Curses-UI CPAN distribution.

Report information
The Basics
Id: 35123
Status: open
Priority: 0/
Queue: Curses-UI

People
Owner: Nobody in particular
Requestors: dave [...] thekilempire.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Unable to set background fill color
Date: Wed, 16 Apr 2008 12:27:11 -0400
To: bug-Curses-UI [...] rt.cpan.org
From: "David Kil" <dave [...] thekilempire.com>
I'm trying to create a dialog with red background. Presumably, I'd simply need to specify -bg => 'red' while creating the dialog. When I do this however, I get a black dialog that only has a red background where text exists. Example: my $return = $ui->dialog( -title => "Are you sure?", -message => "Do you really want to quit?", -buttons => [ 'yes', 'no' ], -fg => 'white', -bg => 'red', -tfg => 'red', -tbg => 'yellow', -bfg => 'yellow', -bbg => 'red', ); I don't know if this is by design so I'm filling out a bug report.
Subject: [rt.cpan.org #35123] Unable to set background fill color
Date: Thu, 17 Apr 2008 09:05:09 -0400
To: bug-Curses-UI [...] rt.cpan.org
From: Dave <dave [...] thekilempire.com>
Here is an example of the problem I'm seeing: http://img177.imageshack.us/img177/5312/missingfillod1.png
Subject: [rt.cpan.org #35123]
Date: Wed, 4 Mar 2015 23:06:00 +0100
To: bug-Curses-UI [...] rt.cpan.org
From: Andreas Steinel <a.steinel [...] gmail.com>
I checked it against the current version and it works now. Seams to be related to #50142.