Bug 1117650 - [advance search] Using back page in browser, the status of printable copy is unavailable while there are test cases have been checked in advance search result page.
Summary: [advance search] Using back page in browser, the status of printable copy is ...
Keywords:
Status: NEW
Alias: None
Product: TCMS
Classification: Other
Component: Application
Version: 3.8.9
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Yang Ren
QA Contact: Nobody
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-07-09 06:43 UTC by yangqiu
Modified: 2023-10-20 16:22 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)
[advance search] Using back page in browser, the status of printable copy is unavailable while there are test cases have been checked in advance search result page. (140.59 KB, image/jpeg)
2014-07-09 06:43 UTC, yangqiu
no flags Details

Description yangqiu 2014-07-09 06:43:17 UTC
Created attachment 916648 [details]
[advance search] Using back page in browser, the status of printable copy is unavailable while there are test cases have been checked in advance search result page.

Description of problem:
as summary.

Version-Release number of selected component (if applicable):
v3.8.9-1 on test server.

How reproducible:
100%

Steps to Reproduce:
1.Enter advance search page.
2.Input case_id as 390531, then click search case btn.
3.In advance search result page, checked all test cases, then click printable copy btn.
4.Use back btn in browser to go back the advance search result page.
5.Inspect the status of printable copy btn.

Actual results:
the status of printable copy btn is unavailable while there are test cases have been checked.

Expected results:
the status of printable copy btn is unavailable and there is no any test case has been checked.

Additional info:

Comment 1 cqi 2014-07-09 12:22:54 UTC
try reproduce this in Firefox 30.0, not happen. and
in Google Chrome 35.0.1916.153, this happens.

Comment 2 Xu Lei 2014-07-14 07:40:49 UTC
It is a difference between FF and Chrome in processing 'history back' .
In FF, when you press back, shows everything that are kept in correct stages, and the more important, onload event will not be triggered, it is a general way that we said 'histroy back'.
But in Chrome, when you press back, triggers onload event and the page will be reloaded.

That is the most different between them, some of the buttons and inputs status would be changed when back in chrome.

FF: v30.0
Chrome: V35.0.1916.153


Note You need to log in before you can comment on or make changes to this bug.