[pgAdmin III] #241: Connection color is not correctly changed in query windows connection drop-down

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: [pgAdmin III] #241: Connection color is not correctly changed in query windows connection drop-down
Date: 2010-09-25 06:51:01
Message-ID: 064.01e87b559b3ef6a53bf20fa00a851e00@code.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

#241: Connection color is not correctly changed in query windows connection drop-
down
-------------------------------------+--------------------------------------
Reporter: Valentine Gogichashvili | Owner: gleu
Type: bug | Status: new
Priority: minor | Milestone:
Component: pgadmin | Version: 1.12
Keywords: querytool | Platform: all
-------------------------------------+--------------------------------------
1. Create 2 database connections in the tree and choose color for the
first connection and a different color for another one (red for the first
and gray for the second one)
2. Go to the first database (red one) and open a Query Window (the color
of the connection is correctly shown in the connection drop-down in the
Query Window Toolbar)
3. From the same window click on the the connection drop-down and choose
<new connection>
4. Choose the second database connection (that is supposed to have color
gray)
5. Now I am connected to the 'gray' database, but the color, shown in the
drop-down is still red

When you connect to another database (lets say a blue one), then after the
second switch, it is colored 'gray', so the color is taken from the
previous connection and not from the current one.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/241>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-09-25 07:03:59 pgAdmin III commit: Fix connection color on the query tool
Previous Message pgAdmin Trac 2010-09-25 06:31:19 Re: [pgAdmin III] #240: Trigger Display Bugs in 1.12 pgAdmin