Closed
Bug 338799
Opened 19 years ago
Closed 19 years ago
Change columns screen won't submit in IE (cause: GET URL too big)
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 290977
People
(Reporter: graeme, Unassigned)
Details
Attachments
(2 files)
|
13.28 KB,
text/html
|
Details | |
|
463 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.2 (like Gecko)
Build Identifier: Bugzilla 2.22
Hello,
If you have a query with lots of different criteria, IE will not submit the "change columns" screen.
Works fine in Firefox, etc. If I change the method to POST (change-columns.html.tmpl), it works fine in IE. Apparently IE maxes-out at 2048 chars for GET methods (see http://support.microsoft.com/kb/q208427/ and http://www.kryogenix.org/days/2005/04/21/littleHtml)
Regards,
Graeme
Reproducible: Always
Steps to Reproduce:
1. Drop attached html page onto a web server (this is the change columns screen)
2. See that "change columns" button doesn't submit
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•19 years ago
|
||
This happened under IE 6
| Reporter | ||
Comment 3•19 years ago
|
||
Comment 4•19 years ago
|
||
strange.
WORKSFORME on 6.0.2800.1106
Comment 5•19 years ago
|
||
oops, #4 was shorter.
make query longer and 'Change Columns' link itself become unclickable.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•19 years ago
|
||
*** This bug has been marked as a duplicate of 290977 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•