Closed Bug 507016 Opened 15 years ago Closed 15 years ago

Quickopen breaks during project selection

Categories

(Skywriter Graveyard :: Search, defect)

Other
Other
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dangoor, Unassigned)

Details

I tried to switch to a different project with Quickopen and got the error 
"files is undefined" on line 213 of quickopen.js

for (var x = 0; x < files.length; x++) {
I can't reproduce the bug, but this bugfix should be all fine:

http://bitbucket.org/j4c/bespin/changeset/a0c6c954bbf0/
The problem turned out to be a general issue with quickopen not handling the 
current state of the server -- namely, open sessions are no longer reported 
back (because we've eliminated the notion of "open sessions").

I have removed the open sessions related code from quickopen and all seems fine 
on tip again.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → 0.4.0
I'm pretty sure Quickopen bugs belong under Search.
Component: User Interface → Search
QA Contact: user.interface → search
You need to log in before you can comment on or make changes to this bug.