Bug 1368207

Summary: GIMPs text dialog font search box can become completely empty.
Product: Red Hat Enterprise Linux 7 Reporter: Bill Sanford <bsanford>
Component: gimpAssignee: Josef Ridky <jridky>
Status: CLOSED UPSTREAM QA Contact: Desktop QE <desktop-qa-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 7.3CC: duffy, jskarvad, rstrode, tpelka, vbenes
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-08-22 13:35:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
This is the text box that is completely blank none

Description Bill Sanford 2016-08-18 16:46:38 UTC
Created attachment 1191945 [details]
This is the text box that is completely blank

Description of problem:
When adding or editing a text box in GIMP, the list of fonts can become blank if you delete what is in the font search box. When that font box is empty, there should be a tool tip or an icon of a search magnifying glass to designate what it is to show the user that it is a search box. 

I am putting this bug to GIMP if GTK will let GIMP add this feature. If not, this should be moved to GTK.

Version-Release number of selected component (if applicable):
RHEL-7.3-20160817.1
gimp-2.8.16-3.el7.x86_64
gtk2-2.24.28-8.el7.x86_64
gtk3-3.14.13-20.el7.x86_64

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Josef Ridky 2016-08-22 13:35:01 UTC
This issue has been discussed with upstream.
They don't think that this is bug, but Feature request and even not such important request, so they will put it in their long term plan.

Anyway, when user remove font name from this field, user should know, what type of information should be filled in this field. And even, when user starts typing something in this field, automatically is shown list of available fonts, so user can choose one of them.

Because of the upstream answer, I am closing this issue as NOTABUG.

Comment 2 Jaroslav Škarvada 2016-08-22 14:40:42 UTC
(In reply to Josef Ridky from comment #1)
> This issue has been discussed with upstream.
> They don't think that this is bug, but Feature request and even not such
> important request, so they will put it in their long term plan.
> 
I think you should close it as UPSTREAM then.

Comment 3 Ray Strode [halfline] 2016-08-23 21:15:18 UTC
Do you mind linking the upstream bug in "External Trackers" on this report?

One easy, oneline, near-time fix might be:

gtk_entry_set_placeholder_text (entry, _("Type font name here"));

Comment 4 Josef Ridky 2016-08-24 08:08:33 UTC
Yes, this fix could work, if actual version of GIMP uses GTK+3 library. Unfortunately, GIMP uses just GTK+, so this function is unavailable for current GIMP version. 

GIMP version after 2.10 will get GTK+3, so there will be the right time to use this fix.

Comment 5 Bill Sanford 2017-09-15 13:12:37 UTC
What about a drop-down list of fonts like LibraOffice has?