Mailing List Archive

[Bricolage #139] Contributor/ContributorType Profiles GUI errors
// Add your reply above here
==================================================
Krzysztof Rudnik updated this ticket at February 28th, 2010 @ 08:41 AM

In fresh 1.11.2
On Contributor Profile page:
Contributor custom fields are invisible (all have display: none style)
On page load one gets an js console error message:
this.tabs.first is not a function
var selected = this.tabs.first();

pressing "Default" gives an error:
subsysTabs is undefined


On ContributorType Profile page:
Custom Fields can not be deleted nor modified (no "Edit" red links).
Pressing delete red button removes field from the page but after SaveAndStay
it is still there.




Krzysztof
--------------------------------------------------------------------------------

Assigned: Bugs (at bricolage)
State: new
View this ticket online: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors
Stop being notified of this ticket's changes: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors/watch
Update your Profile: http://bricolage.lighthouseapp.com/profile
Support: support@lighthouseapp.com or http://help.lighthouseapp.com
[Bricolage #139] Contributor/ContributorType Profiles GUI errors [ In reply to ]
// Add your reply above here
==================================================
phillipadsmith updated this ticket at March 3rd, 2010 @ 04:21 PM

Confirmed.
--------------------------------------------------------------------------------

Assigned: Bugs (at bricolage)
State: new
View this ticket online: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors
Stop being notified of this ticket's changes: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors/watch
Update your Profile: http://bricolage.lighthouseapp.com/profile
Support: support@lighthouseapp.com or http://help.lighthouseapp.com
[Bricolage #139] Contributor/ContributorType Profiles GUI errors [ In reply to ]
// Add your reply above here
==================================================
theory updated this ticket at March 10th, 2010 @ 01:18 AM
* State changed from "new" to "open"
* Assigned user changed from "Bugs (at bricolage)" to "theory"
* Milestone changed from "" to "2.0.0"

--------------------------------------------------------------------------------

Assigned: theory
State: open
Milestone: 2.0.0
View this ticket online: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors
Stop being notified of this ticket's changes: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors/watch
Update your Profile: http://bricolage.lighthouseapp.com/profile
Support: support@lighthouseapp.com or http://help.lighthouseapp.com
[Bricolage #139] Contributor/ContributorType Profiles GUI errors [ In reply to ]
// Add your reply above here
==================================================
theory updated this ticket at March 10th, 2010 @ 07:37 AM
* Tag changed from "" to "ajax contributors css javascript"

--------------------------------------------------------------------------------

Assigned: theory
State: open
Milestone: 2.0.0
View this ticket online: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors
Stop being notified of this ticket's changes: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors/watch
Update your Profile: http://bricolage.lighthouseapp.com/profile
Support: support@lighthouseapp.com or http://help.lighthouseapp.com
[Bricolage #139] Contributor/ContributorType Profiles GUI errors [ In reply to ]
// Add your reply above here
==================================================
theory updated this ticket at March 23rd, 2010 @ 05:16 AM

I'm unable to replicate. Would someone please provide instructions to replicate on 1.11.4?

Thanks,

David
--------------------------------------------------------------------------------

Assigned: theory
State: open
Milestone: 2.0.0
View this ticket online: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors
Stop being notified of this ticket's changes: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors/watch
Update your Profile: http://bricolage.lighthouseapp.com/profile
Support: support@lighthouseapp.com or http://help.lighthouseapp.com
[Bricolage #139] Contributor/ContributorType Profiles GUI errors [ In reply to ]
// Add your reply above here
==================================================
theory updated this ticket at March 24th, 2010 @ 05:16 AM
* State changed from "open" to "hold"

--------------------------------------------------------------------------------

Assigned: theory
State: hold
Milestone: 2.0.0
View this ticket online: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors
Stop being notified of this ticket's changes: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors/watch
Update your Profile: http://bricolage.lighthouseapp.com/profile
Support: support@lighthouseapp.com or http://help.lighthouseapp.com
[Bricolage #139] Contributor/ContributorType Profiles GUI errors [ In reply to ]
// Add your reply above here
==================================================
Krzysztof Rudnik updated this ticket at March 24th, 2010 @ 10:05 AM

I' have no 11.4 installed.
AFAIK there were serious changes in 11.4 Javascript so maybe
the problem disappeared itself (no such things can't happen...)
Anyway I'll describe (maybe too) precisely what is wrong in 11.3

1. Contributor Profile
find any contributor of type Writers and click edit
in "3. CUSTOM FIELDS" block I can see an empty "Default" tab
no custom fields are displayed -- "Bio" which is defined by default is hidden.
When you inspect html source of the page you can see:
<div style="display: none;" class="page" id="subsys__MEMBER_SUBSYS_page">
...
<textarea wrap="soft" width="200" cols="40" rows="10" id="attrMEMBERSUBSYSbio" name="attr|_MEMBER_SUBSYS|bio"></textarea>
...
</div>

"Default" tab is clicable but you get
subsysTabs is undefined
error message on JS console when you click it

2. Contributor Type Profile
Select Writers Contributor Type and edit
I can see Bio custom field
When you click red circle next to Bio the field disappears which is OK
When you click SaveAndStay the page reloads and Bio is still there.

Custom fields can not be edited -- no usual "edit" links

Krzysztof
--------------------------------------------------------------------------------

Assigned: theory
State: hold
Milestone: 2.0.0
View this ticket online: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors
Stop being notified of this ticket's changes: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors/watch
Update your Profile: http://bricolage.lighthouseapp.com/profile
Support: support@lighthouseapp.com or http://help.lighthouseapp.com
[Bricolage #139] Contributor/ContributorType Profiles GUI errors [ In reply to ]
// Add your reply above here
==================================================
Krzysztof Rudnik updated this ticket at March 24th, 2010 @ 10:13 AM

Ops, it swallowed some pasted html code
second attenpt

When you inspect html source of the page you can see:
`div style="display: none;" class="page" id="subsys__MEMBER_SUBSYS_page">

...

<textarea wrap="soft" width="200" cols="40" rows="10" id="attrMEMBERSUBSYSbio" name="attr|_MEMBER_SUBSYS|bio"></textarea>

...

<div>`

krzysztof
--------------------------------------------------------------------------------

Assigned: theory
State: hold
Milestone: 2.0.0
View this ticket online: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors
Stop being notified of this ticket's changes: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors/watch
Update your Profile: http://bricolage.lighthouseapp.com/profile
Support: support@lighthouseapp.com or http://help.lighthouseapp.com
[Bricolage #139] Contributor/ContributorType Profiles GUI errors [ In reply to ]
// Add your reply above here
==================================================
Krzysztof Rudnik updated this ticket at March 24th, 2010 @ 10:15 AM

Ok
giving up

just inspect div id="subsys__MEMBER_SUBSYS_page"
which has style="display: none;"
so Bio textarea subelement is hidden

sorry about the mess
Krzysztof
--------------------------------------------------------------------------------

Assigned: theory
State: hold
Milestone: 2.0.0
View this ticket online: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors
Stop being notified of this ticket's changes: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors/watch
Update your Profile: http://bricolage.lighthouseapp.com/profile
Support: support@lighthouseapp.com or http://help.lighthouseapp.com
[Bricolage #139] Contributor/ContributorType Profiles GUI errors [ In reply to ]
// Add your reply above here
==================================================
theory updated this ticket at March 25th, 2010 @ 02:21 AM
* State changed from "hold" to "open"
Odd. There haven't been any changes relevant to these that I recall. I do recommend that you upgrade ASAP, though; a lot has been fixed since 1.11.2. What browser/OS are you using?

The role tabs in the contributor profile work perfectly for me in master. I've no idea why yours would be hidden. Is this an upgrade from 1.10?

For the contributor type, I can confirm that deleting a field doesn't actually work. Thanks for that. For editing, though, we've never had that for contributor types. I'd be a worthwhile feature request (as would changing where new roles are created for contributors to work with the tabs, rather than being in the "new" link in the manager).

I'll get to work on fixing field deletion.
--------------------------------------------------------------------------------

Assigned: theory
State: open
Milestone: 2.0.0
View this ticket online: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors
Stop being notified of this ticket's changes: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors/watch
Update your Profile: http://bricolage.lighthouseapp.com/profile
Support: support@lighthouseapp.com or http://help.lighthouseapp.com
[Bricolage #139] Contributor/ContributorType Profiles GUI errors [ In reply to ]
// Add your reply above here
==================================================
theory updated this ticket at March 25th, 2010 @ 03:01 AM

Since you're getting a JavaScript error when you click on a tab, I assume that something funky is going on in your browser with the `Tab` class. All the fields have `display:none` by default; the `Tab` class should display the first one automatically. What Browser/OS?

—Theory
--------------------------------------------------------------------------------

Assigned: theory
State: resolved
Milestone: 2.0.0
View this ticket online: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors
Stop being notified of this ticket's changes: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors/watch
Update your Profile: http://bricolage.lighthouseapp.com/profile
Support: support@lighthouseapp.com or http://help.lighthouseapp.com
[Bricolage #139] Contributor/ContributorType Profiles GUI errors [ In reply to ]
// Add your reply above here
==================================================
Krzysztof Rudnik updated this ticket at March 25th, 2010 @ 10:57 AM

I am using Firefox 3.6 on linux, bric 1.11.3
krzysztof
--------------------------------------------------------------------------------

Assigned: theory
State: resolved
Milestone: 2.0.0
View this ticket online: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors
Stop being notified of this ticket's changes: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors/watch
Update your Profile: http://bricolage.lighthouseapp.com/profile
Support: support@lighthouseapp.com or http://help.lighthouseapp.com
[Bricolage #139] Contributor/ContributorType Profiles GUI errors [ In reply to ]
// Add your reply above here
==================================================
theory updated this ticket at March 25th, 2010 @ 01:25 PM

Well then I don't get it. Possible to try another browser and/or OS?

David
--------------------------------------------------------------------------------

Assigned: theory
State: resolved
Milestone: 2.0.0
View this ticket online: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors
Stop being notified of this ticket's changes: http://bricolage.lighthouseapp.com/projects/29601/tickets/139-contributorcontributortype-profiles-gui-errors/watch
Update your Profile: http://bricolage.lighthouseapp.com/profile
Support: support@lighthouseapp.com or http://help.lighthouseapp.com