Closed
Bug 93457
Opened 24 years ago
Closed 24 years ago
The Page Source are grayed-out in Asahi search result page
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
VERIFIED
WORKSFORME
mozilla0.9.4
People
(Reporter: amyy, Assigned: jbetak)
References
()
Details
(Keywords: intl)
Attachments
(1 file)
|
456 bytes,
text/html
|
Details |
Build: 07-26 branch build on all platforms
Not reproduce on: IE and N4.7
Steps to reproduce:
1. Launch browser and go: http://www.asahi.com
2. Type a search word (doesn' matter with English or Japanese) in search field,
and click on Search.
3. Will brings up a search result page.
4. View | Page Source
Result:
This menu item is grayed-out.
I haven't see other pages(Yahoo-Ja, Netscape-Ja ...etc.) have the same result so
far. Please reassign if it is not a i18n issue.
Updated•24 years ago
|
Keywords: intl
QA Contact: andreasb → ylong
Summary: The Page Source are grayed-out in Asahi search result page → The Page Source are grayed-out in Asahi search result page
Comment 1•24 years ago
|
||
jbetak: can you take a look?
=== assigning to jbetak.
Assignee: yokoyama → jbetak
| Assignee | ||
Comment 2•24 years ago
|
||
accepting...
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.4
| Assignee | ||
Comment 3•24 years ago
|
||
hm, this is pretty odd and I believe it's not i18n-specific. Perhaps it's
related to shifting window focus?
I'll talk to Yuying to see, how this affects us and possibly reassign.
| Assignee | ||
Comment 4•24 years ago
|
||
ahh, I think we are getting closer - I´m seeing this with N6.1 RTM, but not with
a recent Mozilla trunk build. This might only happen on branch builds... Yuying,
could you please confirm this?
| Reporter | ||
Comment 5•24 years ago
|
||
You are right, on recent trunk build, the Page Source menu item is not grayed
out as on Branch build, you can view the source.
However, the question now is, the page source will show a cgi page that only
have one line that shows:
"Search service now is in maintenancing, please wait."
And with N4.7 and IE5.5, will display the page source of current search result.
| Assignee | ||
Comment 6•24 years ago
|
||
the grayed out menu item and the source window content are two separate issues.
And you are right - the source window should reflect the browser window
contents, even for a cgi-generated page. I'll come up with a generic test case
demonstrating this problem. If possible, we should file a separate bug for the
source content problem.
Also, do we know whether the source content problem is a regression or not?
That would be really helpful, since I know for a fact that the view-source code
has been messed with recently.
| Reporter | ||
Comment 7•24 years ago
|
||
Right they are seperate issues.
For the cotent problem, it is a regression - It was OK on 07-13 branch build,
but grayed-out on 07-19 branch build.
| Assignee | ||
Comment 8•24 years ago
|
||
Yuying,
I have a simple test scenario: http://betak.net/cgiform.html
When you submit the form the page will say "Now you see me". When you attempt
to view the page source with a recent Mozilla build the source will say "Now
you don't". Both the page and its source should show identical content. Hope
this helps as a test scenario. I'll also attach this to the bug, although I'm
not sure, whether it will work or not.
| Assignee | ||
Comment 9•24 years ago
|
||
| Assignee | ||
Comment 10•24 years ago
|
||
cc'ing Frank and Harish - we might need to transfer this out of i18n, if this
turns out to be a generic problem with viewing source of cgi-generated pages.
| Reporter | ||
Comment 11•24 years ago
|
||
jbetak is right, from view | Page source with his simple test case:
N6.1 - Now you don't
N4.7 and IE5.5 - Now you see me
It's turn to a generic problem which is different than the problem when original
reported. We might want to close this problem and open a seperate one for view
cgi source issue.
| Assignee | ||
Comment 12•24 years ago
|
||
Yuying,
would you like to resolve this or change into the generic version? I'm fine
either way - the cgi test script I created sends "Now you see me", if there are
any parameters sent with the request and "Now you don't", if there are no
parameters sent.
It appears to me that the view source window is making a separate new request
w/o any parameters and hence it can receive a different response that the main
browser window did. View source should not perform a new request and if it
does, it needs to send the same request parameters to the server as the form in
the main browser window did. This potentially affects all pages created in
response to a POST request.
| Assignee | ||
Comment 13•24 years ago
|
||
oh, how about the grayed out menu item? Should we keep this bug for that issue
and open a new bug for the cgi view source problem?
| Reporter | ||
Comment 14•24 years ago
|
||
Grayed-out problem not existing on recent trunk build, so we might want to close
this bug for now.
| Assignee | ||
Comment 15•24 years ago
|
||
OK then - would you please cc me on the new bug for cgi view source?
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 16•24 years ago
|
||
Mark it as verified.
See bug 95149 for the cgi view source problem.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•