Closed
Bug 100088
Opened 23 years ago
Closed 16 years ago
Javascript on show_bug page.
Categories
(Bugzilla :: Creating/Changing Bugs, enhancement, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 227611
People
(Reporter: CodeMachine, Unassigned)
Details
It would be really nice if when you change the product on the show_bug page, the
product-specific fields automatically got updated as they do on the query page.
This would avoid the intermediate page if you have Javascript on.
The JS should be external so it can be cached. If it reuses the JS used for
query we shouldn't need to make that much bigger, and could cache it for both
pages.
Comment 1•23 years ago
|
||
is there a way for Javascript to load an external library on the fly? i.e.
without the browser doing it right when the page loads? Since the Javascript is
as complex as it is, it'd slow down page loading time to add that much to it,
but if it loaded the javascript component/etc list if and only if the user
changed the product popup, it would be much faster for normal use.
Reporter | ||
Comment 2•23 years ago
|
||
I don't know, that sounds tricky. The idea here was to allow the browser to
cache the Javascript. Then if you've loaded show_bug or query recently you
won't need to load it again.
Reporter | ||
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
Updated•19 years ago
|
QA Contact: mattyt-bugzilla → default-qa
Updated•18 years ago
|
Target Milestone: Future → ---
![]() |
||
Updated•18 years ago
|
Assignee: myk → create-and-change
![]() |
||
Comment 3•16 years ago
|
||
No wonder nobody ever found this bug with such a bug summary. :)
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•