Closed rhl-bthr closed 6 years ago
I couldn't find an example activity using save-as feature in title entry. I will do a backport after testing with a save-as feature.
Reviewed cd4670f.
To test with save-as, you must enable save-as and restart Sugar. One activity that has an awareness of the save-as feature is Browse, which calls profile.get_save_as
. Other activities usually don't need an awareness; save-as is implemented in the toolkit.
Update: Tested with the save-as
feature on Browse.
Fixed in this PR: #375
enter
key should dismiss the dialog on activities that use one (most of them except Chat),Note: This is an in progress PR
Tested on: Sugar 0.112, Ubuntu 16.04
@quozl Kindly review