[Bug 25436] Autocompletion does not work with MW ResourceLoader

2010-10-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25436

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #11 from Yaron Koren yaro...@gmail.com 2010-10-24 06:55:03 UTC ---
Hi - I didn't realize before that you were using remote autocompletion. Indeed,
it wasn't working with remote autocompletion; I think it's fixed now, though,
in SVN. As always, feel free to re-open the bug report.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25436] Autocompletion does not work with MW ResourceLoader

2010-10-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25436

--- Comment #12 from Paul Oranje p.ora...@xs4all.nl 2010-10-24 09:29:32 UTC 
---
Yaron, it works. Well done! (and quickly). S.y. Paul

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25436] Autocompletion does not work with MW ResourceLoader

2010-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25436

Paul Oranje p.ora...@xs4all.nl changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #10 from Paul Oranje p.ora...@xs4all.nl 2010-10-23 11:13:35 UTC 
---
Still producing the same wrong output on autocompletion with r75215.
Looks like the code on line 60 and following in SemanticForms.js is never
reached, anyway not when an item is selected from a list.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25436] Autocompletion does not work with MW ResourceLoader

2010-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25436

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Yaron Koren yaro...@gmail.com 2010-10-22 17:03:27 UTC ---
As far as I know, Semantic Forms now works fully with ResourceLoader, in the
code on SVN, and in what will be version 2.0.2. I'm marking this as fixed -
if you find any problems with SF and MediaWiki 1.17, please let me know about
it, either by contacting me separately, or by re-opening this bug, or by
creating a more specific bug report.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25436] Autocompletion does not work with MW ResourceLoader

2010-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25436

Paul Oranje p.ora...@xs4all.nl changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #6 from Paul Oranje p.ora...@xs4all.nl 2010-10-22 20:29:14 UTC ---
Sorry, autocompletion still does not work as well as with phase3 1.16 branch
and the previous version of SF (r74684).

Switched phase3 (from branch REL1_16) to trunk and updated SF to r75211.

A field defined as:

! Organisations (one per line):
| {{{field|organisations|input type=textarea|autogrow|autocomplete on
category=Organisation|list|delimiter=\n|remote autocompletion}}}

yields wrong output in the field after autocompletion by selection of an
offered value; then shown output in the textarea is:

Amoksi Architectuur\n 
(so not a newline is output but its character literal is shown).

Also with SF r75211 and phase3 of branch REL 1.16 produces the same erroneous
output.

SF r74684 with phase3 branch REL1_16 yielded correct behaviour, in this case:

Amoksi Architectuur
 

BTW: When using a newline as delimiter the extra space character can be omitted
since a newline is allready white space by itself.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25436] Autocompletion does not work with MW ResourceLoader

2010-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25436

--- Comment #7 from Paul Oranje p.ora...@xs4all.nl 2010-10-22 20:43:18 UTC ---
The revisions mentioned in the previous comment where of the extensions
directory. More SF specific it should likely be r75174 for the previous
revision where autocompletion worked with 1.16 but not with 1.17 and r75206 for
the revision where autocompletion seems to work but produces erroneous output.

Goodluck.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25436] Autocompletion does not work with MW ResourceLoader

2010-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25436

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #8 from Yaron Koren yaro...@gmail.com 2010-10-22 22:31:45 UTC ---
Indeed, autocompletion wasn't working with the \n delimiter in the new code.
This is fixed now.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25436] Autocompletion does not work with MW ResourceLoader

2010-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25436

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Blocks|24415   |

--- Comment #9 from Yaron Koren yaro...@gmail.com 2010-10-22 22:33:40 UTC ---
Removing dependency on the general MW ResourceLoader tracker bug - whether or
not SF works is (mostly) unrelated to whether ResourceLoader works.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25436] Autocompletion does not work with MW ResourceLoader

2010-10-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25436

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||b...@mzmcbride.com
 Blocks||24415

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25436] Autocompletion does not work with MW ResourceLoader

2010-10-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25436

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

Summary|JS error for forms with |Autocompletion does not
   |autocompletion in MW != |work with MW ResourceLoader
   |1.16|

--- Comment #4 from Yaron Koren yaro...@gmail.com 2010-10-12 13:00:28 UTC ---
Changing name to be more accurate.

Paul - I don't know what the issue you're having is, but it seems unrelated - I
would create a different bug report for it, if you want to use Bugzilla.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l