Opened 4 years ago
Closed 4 years ago
#1736 closed Defect (invalid)
Status Widget - Updating status message in Chrome Browser
| Reported by: | wittl | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | Version: | ||
| Severity: | Keywords: | ||
| Cc: | brettp | Difficulty: |
Description
Im using Chrome and could not save a new status message in Status Widget: The "Save" Button did not show any reaction when I pushed it.
Problem exists only with widget_view.php, though. Without a current status (in widget_view_no_status.php) the "Save" Button works fine.
The problem is in line 58 of widget_view.php
$("#status_save_button").focus(function(){
The according line in widget_view_no_status.php reads:
$("#status_save_button").click(function(){
Changing "focus" to "click" in widget_view.php solved the problem.
Now IE, Firefox and Chrome work fine.
Change History (1)
comment:1 Changed 4 years ago by cash
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

status plugin has been removed