Closed
Bug 340035
Opened 19 years ago
Closed 14 years ago
cursor shouldn't change when the microsummary service loads content
Categories
(Firefox Graveyard :: Microsummaries, defect, P5)
Firefox Graveyard
Microsummaries
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: myk, Assigned: myk)
Details
(Whiteboard: [microsummaries-feature-removal])
When the microsummary service loads page content via hidden iframes in the browser window, the cursor changes to a busy state for the duration of the load (and then remains stuck on busy because of bug 337038). It shouldn't change state at all.
Gavin notes nsDocShell::OnStateChange and nsEventStateManager::UpdateCursor, one or both of which might need to be somehow suppressed for microsummary-originated loads in order to fix this problem:
http://lxr.mozilla.org/seamonkey/source/docshell/base/nsDocShell.cpp#4713
http://lxr.mozilla.org/seamonkey/source/content/events/src/nsEventStateManager.cpp#2313
But the fix for bug 339543 will make these loads much faster, perhaps causing noticable changes to the cursor state to become much rarer and thus less of a problem.
Assignee | ||
Comment 1•19 years ago
|
||
Bug 339543 has now been checked in, making these loads much faster. Also, the fix for bug 342508 now sets the LOAD_BACKGROUND flag on microsummary page loads, which should suppress UI notification of load state, resolving this bug.
But I think I still see busy cursors, if only briefly. Are others still seeing the same thing? If so, this'll probably have to wait until Firefox 3, so setting target milestone accordingly.
Priority: -- → P1
Whiteboard: [myk: mss]
Target Milestone: --- → Firefox 3
Assignee | ||
Updated•19 years ago
|
Component: Bookmarks → Microsummaries
Whiteboard: [myk: mss]
Updated•18 years ago
|
QA Contact: bookmarks → microsummaries
Assignee | ||
Updated•18 years ago
|
Priority: P1 → P5
Assignee | ||
Updated•18 years ago
|
Target Milestone: Firefox 3 → ---
Comment 2•14 years ago
|
||
- BUGSPAM -
Wontfixing all Microsummaries bugs, since the feature has been removed from the core product and previous versions won't get further fixes for it.
If interested in supporting Microsummaries in your add-on, you're free to use our old microsummaries code and to search all previously open bugs by looking for [microsummaries-feature-removal] in the status whiteboard field.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Whiteboard: [microsummaries-feature-removal]
Updated•10 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•