Closed
Bug 240271
Opened 21 years ago
Closed 19 years ago
Expanding Collapsed ShackNews.com Threads Is Slow
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: petecloss, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Expanding a collapsed thread is noticably slower than IE or Opera.
Reproducible: Always
Steps to Reproduce:
1. First Select "DThread" from the Comments Format drop down near the top right.
2. Then press the small +- icon in the top left of one of the threads.
3. Now press the icon again. Observe the noticable delay and reloading here.
This is not present in other browsers I have tried.
Actual Results:
Thread slow to un-collapse.
Expected Results:
Un-collapsing a thread instantly.
Thats because Mozilla is told to reload the page.
From http://www.shacknews.com//jazz/jazz_functions.js
function showBlock( c )
...
if( !checkIt( "msie" ) ){location.reload();}
Assignee: nobody → english-us
Status: UNCONFIRMED → NEW
Component: Layout → English US
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: core.layout → english-us
Version: Trunk → unspecified
Comment 2•19 years ago
|
||
The Shack code has been rewritten and this bug no longer appears.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•