[Gambas-bugtracker] Bug #1695: textedit box steals text destined for textbox populated by timer tick

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Sat Dec 14 09:49:37 CET 2019


http://gambaswiki.org/bugtracker/edit?object=BUG.1695&from=L21haW4-

Brian G reported a new bug.

Summary
-------

textedit box steals text destined for textbox populated by timer tick

Type             : Bug
Priority         : High
Gambas version   : 3.14
Product          : GUI components


Description
-----------

When a timer is used in the main form to populate information into textboxes.

and a second form is then opened from the main forms menu. and the second form has a texteditor

when you press a key to type into the textedit box, the content from one of the textboxes will be stolen
and then included after the keystroke into the textedit box


Kind of strange thing to happen. I am including a sample app. 

I am doing some control software which polls and displays information into text boxes, I have a script editor page
to control the real time process. I can not type...... lol


System information
------------------

[System]
Gambas=3.14.2
OperatingSystem=Linux
Kernel=5.3.0-24-generic
Architecture=x86_64
Distribution=Linux Mint 19.2 Tina
Desktop=MATE
Theme=Qt5CTProxy
Language=en_US.UTF-8
Memory=7340M

[Libraries]
Cairo=libcairo.so.2.11510.0
Curl=libcurl.so.4.5.0
DBus=libdbus-1.so.3.19.4
GStreamer=libgstreamer-1.0.so.0.1405.0
GTK+2=libgtk-x11-2.0.so.0.2400.32
GTK+3=libgtk-3.so.0.2200.30
OpenGL=libGL.so.1.0.0
Poppler=libpoppler.so.73.0.0
QT4=libQtCore.so.4.8.7
QT5=libQt5Core.so.5.9.5
SDL=libSDL-1.2.so.0.11.4
SQLite=libsqlite3.so.0.8.6

[Environment]
CLUTTER_BACKEND=x11
COMPIZ_CONFIG_PROFILE=mate
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
DEFAULTS_PATH=/usr/share/gconf/mate.default.path
DESKTOP_SESSION=mate
DISPLAY=:0
GB_GUI=gb.qt5
GDMSESSION=mate
GDM_LANG=en_US
GIO_LAUNCHED_DESKTOP_FILE=<home>/Desktop/gambas3.desktop
GIO_LAUNCHED_DESKTOP_FILE_PID=25326
GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
GTK_MODULES=gail:atk-bridge
GTK_OVERLAY_SCROLLING=0
HOME=<home>
INSIDE_CAJA_PYTHON=
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LOGNAME=<user>
MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path
MATE_DESKTOP_SESSION_ID=this-is-deprecated
PATH=<home>/.local/bin:<home>/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
PWD=<home>
QT_ACCESSIBILITY=1
QT_AUTO_SCREEN_SCALE_FACTOR=0
QT_QPA_PLATFORMTHEME=qt5ct
QT_SCALE_FACTOR=1
SESSION_MANAGER=local/<hostname>:@/tmp/.ICE-unix/3462,unix/<hostname>:/tmp/.ICE-unix/3462
SHELL=/bin/bash
SHLVL=0
SSH_AGENT_PID=3800
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
TZ=:/etc/localtime
USER=<user>
XAUTHORITY=<home>/.Xauthority
XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg
XDG_CURRENT_DESKTOP=MATE
XDG_DATA_DIRS=/usr/share/mate:<home>/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/<user>
XDG_RUNTIME_DIR=/run/user/1000
XDG_SEAT=seat0
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_SESSION_DESKTOP=mate
XDG_SESSION_ID=c6
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session2
XDG_SESSION_TYPE=x11
XDG_VTNR=7




More information about the Bugtracker mailing list