What steps will reproduce the problem? 1.Open Wiab 2.Click on some blip and then on "Edit" to enter edit mode. 3.Click again to leave edit mode. 4.Click again on Edit to re-enter edit mode
What is the expected output? What do you see instead? Expected: to enter edit mode. Actually: Shiny
Exception attached.
What changeset or version are you using? On what operating system? Revision: 3e817f198f
Please provide any additional information below. None
- exceptionStackTrace.txt 2.79KB
Comment #1
Posted on Dec 22, 2010 by Happy CatIf i comment the lines 1425-1426 in ContentDocument i.e. Preconditions.checkState(level != Level.EDITING, "Cannot attach editor to a document already with an editor"); It seems to work normal.
Comment #2
Posted on Dec 23, 2010 by Massive BearVerified
Comment #3
Posted on Dec 23, 2010 by Massive Ox(I'm not working on this right now, leaving it assigned to me)
Comment #4
Posted on Jan 7, 2011 by Helpful HippoI'll take this.
Comment #5
Posted on Jan 10, 2011 by Helpful HippoFixed by patch 43328221f89a
Status: Fixed
Labels:
Type-Defect
Priority-Medium