Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#25147 closed Cleanup/optimization (fixed)

HTML debug page: "Switch to copy-paste" toggle not working properly

Reported by: Yidnekachew Wondimu Owned by: Tim Graham
Component: Core (Other) Version: 1.8
Severity: Normal Keywords: bug, report, switch, copy paste, Interactive
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description (last modified by Yidnekachew Wondimu)

When recieving error messages, There is a link saying switch to copy paste view. The first time it is clicked, it works properly. But for the next times, it doesn't show the required view types when clicked. i.e When clicking Switch back to interactive view it switches to copy-paste view and when clicking Switch to copy-and-paste view it shows the interactive view.

Attachments (4)

AttributeError at _admin_login_.html (190.0 KB ) - added by Yidnekachew Wondimu 9 years ago.
initial-stage.png (21.5 KB ) - added by Yidnekachew Wondimu 9 years ago.
State One
state-2-after-link-clicked.png (57.8 KB ) - added by Yidnekachew Wondimu 9 years ago.
State Two
state -3-after-reverting-back.png (22.2 KB ) - added by Yidnekachew Wondimu 9 years ago.
State Three

Download all attachments as: .zip

Change History (13)

by Yidnekachew Wondimu, 9 years ago

comment:1 by Yidnekachew Wondimu, 9 years ago

Type: BugCleanup/optimization

comment:2 by Yidnekachew Wondimu, 9 years ago

Description: modified (diff)

comment:3 by Yidnekachew Wondimu, 9 years ago

Easy pickings: set

comment:4 by Tim Graham, 9 years ago

What do you mean by "it doesn't show the required view types when clicked"? Could you be more specific with the steps to reproduce the problem?

comment:5 by Yidnekachew Wondimu, 9 years ago

Description: modified (diff)

by Yidnekachew Wondimu, 9 years ago

Attachment: initial-stage.png added

State One

by Yidnekachew Wondimu, 9 years ago

State Two

by Yidnekachew Wondimu, 9 years ago

State Three

comment:6 by Tim Graham, 9 years ago

Component: UncategorizedCore (Other)
Easy pickings: unset
Owner: changed from nobody to Tim Graham
Status: newassigned
Triage Stage: UnreviewedAccepted

Thanks, I see the issue now. Regressed in [1101467c]. Patch forthcoming.

comment:7 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: assignedclosed

In d7848c1:

Fixed #25147 -- Fixed debug view copy-paste/interactive toggle.

The whitespace added in 1101467ce0756272a54f4c7bc65c4c335a94111b
broke the initial comparison.

comment:8 by Tim Graham <timograham@…>, 9 years ago

In 2cad91ca:

[1.8.x] Fixed #25147 -- Fixed debug view copy-paste/interactive toggle.

The whitespace added in 1101467ce0756272a54f4c7bc65c4c335a94111b
broke the initial comparison.

Backport of d7848c11e008ddeb036a95d389caa3b2c97b795e from master

comment:9 by Tim Graham, 9 years ago

Summary: TraceBack: Switch to copy paste view not working properlyHTML debug page: "Switch to copy-paste" toggle not working properly
Note: See TracTickets for help on using tickets.
Back to Top