KDE Bug Tracking System
Home
Report New Wish or Bug
Query Existing Reports
First
Last
Prev
Next
No search results available
Search page
Bug
134977
:
Strange enabling/disabling of actions in query ...
P
roduct
:
kexi
Co
m
ponent
:
Query Designer
Status
:
RESOLVED
Resolution
:
FIXED
Target
:
---
Version
:
unspecified
Pr
i
ority
:
NOR
Severity
:
normal
V
otes
:
0
Description
:
Opened:
2006-10-02 08:42
Last Changed:
2006-10-04 00:01:08
Version: 1.6 RC1 (using KDE KDE 3.5.4) Installed from: Gentoo Packages Compiler: gcc 3.4.6 Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9 OS: Linux If you open a query first in data view (the default) then change to SQL mode, the query designer seems confused about which actions should be enabled. If you click on the SQL text box the Check Query and SQL History actions are enabled, but if you drop down the Data menu the Check Query action disables as the menu appears and then enables when the menu is closing.
Comment
#1
Jaroslaw Staniek 2006-10-02 10:22:39
Confirmed. We have the same problem as with Save/Cancel actions on forms.
Comment
#2
Jaroslaw Staniek 2006-10-04 00:01:08
SVN commit 592115 by staniek: Core - fixed
bug #134977
: enabling/disabling of actions in query editor 2.0: merged CCMAIL:
134977-done@bugs.kde.org
M +2 -1 kexidialogbase.cpp --- branches/koffice/1.6/koffice/kexi/core/kexidialogbase.cpp #592114:592115 @@ -35,6 +35,7 @@ #include <qwidgetstack.h> #include <qobjectlist.h> +#include <qtimer.h> #include <kdebug.h> #include <kapplication.h> @@ -370,7 +371,7 @@ m_stack->raiseWidget( newView ); newView->propertySetSwitched(); m_parentWindow->invalidateSharedActions( newView ); - newView->setFocus(); //js ok? + QTimer::singleShot(10, newView, SLOT(activate())); //newView->setFocus(); //js ok? // setFocus(); return true; }
P
latform
:
Gentoo Packages
O
S
:
Linux
K
eywords
:
People
Reporter
:
Paul Eggleton
Assigned To
:
Jaroslaw Staniek
Related actions
View Bug Activity
Format For Printing
XML
Clone This Bug
Note
You need to
log in
before you can comment on or make changes to this bug.
Attachments
Add an attachment
(proposed patch, testcase, etc.)
Depends on
:
B
locks
:
Show dependency tree
-
Show dependency graph
First
Last
Prev
Next
No search results available
Search page
Actions
Reports
Requests
Reports
Bugs reported today
Bugs reported in the last 3 days
Bug reports with patches
Weekly Bug statistics
The most hated bugs
The most severe bugs
The most frequently reported bugs
The most wanted features
Junior Jobs
Report ownership counts and charts
My Account
New Account
Log In