Issue Details (XML | Word | Printable)

Key: CONF-8869
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Geoffrey Wiseman
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence

JavaScript error occurs when editing a page without having permission to restrict it

Created: 09/Jul/07 01:32 PM   Updated: 17/Aug/07 03:35 AM
Component/s: Usability
Affects Version/s: 2.5.3
Fix Version/s: 2.5.6, 2.6.0

Time Tracking:
Not Specified

File Attachments: None
Image Attachments:

1. confluenceJavascriptError.png
(218 kB)
Environment: Firefox 2.0.0.4, Ubuntu Feisty Fawn

Participants: Geoffrey Wiseman and Samuel Le Berrigaud [Atlassian]
Since last comment: 1 year, 5 weeks, 2 days ago
Resolution Date: 03/Aug/07 02:04 AM
Labels:


 Description  « Hide
Javascript error on the edit page. I'll attach a screenshot, but basically:
tableReference has no properties:
  addNoPermRowsForView()
    var newRowElement  = tableReference.insertRow(0)


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Samuel Le Berrigaud [Atlassian] added a comment - 03/Aug/07 02:04 AM
Fixed javascript bug by moving permissions related script into the if block it relied on.

This bug occurred when editing a page without having permission to restrict it.