Closed
Bug 615731
Opened 15 years ago
Closed 14 years ago
Show UI indication in the library include modal when none are found
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
Builder 0.9.3
People
(Reporter: ashah, Assigned: smcarthur)
Details
Right now, when we try to add a library, we have to select it through a list which is displayed when we click in the text box to add libraries.
But if we type in the name in the text box, and not click on the list to select a library, and then when we press the use button, it says "No libraries found".
It would be good to have the copy/paste functionality to add libraries. In order to do that, please add an onchange event that would detect the added text string in the text box.
Reporter | ||
Updated•15 years ago
|
Assignee: nobody → zaloon
Updated•14 years ago
|
Component: FlightDeck → Add-on Builder
Product: Mozilla Labs → addons.mozilla.org
Updated•14 years ago
|
QA Contact: flightdeck → add-on-builder
Comment 1•14 years ago
|
||
This is is now working, on paste a look-up is done and returns libraries that match. It will not return or show any UI in cases where nothing matched the pasted string.
We could display a not found warning, changing ticket to reflect this.
Summary: Allow to add a library through copy-paste event → Show UI indication in the library include modal when none are found
Updated•14 years ago
|
Assignee: zaloon → smcarthur
Severity: normal → minor
Priority: -- → P3
Target Milestone: --- → Builder 0.9.2
Updated•14 years ago
|
Target Milestone: Builder 0.9.2 → Builder 0.9.3
Assignee | ||
Comment 2•14 years ago
|
||
fixed in master https://github.com/mozilla/FlightDeck/commit/19cfd5616e8ea2515b55e8018992e4a5550170c9
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•