Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: Accessibility, Conditional activities
-
Labels:None
-
Environment:HidePHP Version 5.2.9-1
mysql server 5.1.30-2
MySQL charset: UTF-8 Unicode (utf8)
* Apache/2.2.11 (Debian) PHP/5.2.9-1 with Suhosin-Patch mod_python/3.3.1 Python/2.5.2 mod_perl/2.0.4 Perl/v5.10.0
* MySQL client version: 5.0.75
* PHP extension: mysql
ShowPHP Version 5.2.9-1 mysql server 5.1.30-2 MySQL charset: UTF-8 Unicode (utf8) * Apache/2.2.11 (Debian) PHP/5.2.9-1 with Suhosin-Patch mod_python/3.3.1 Python/2.5.2 mod_perl/2.0.4 Perl/v5.10.0 * MySQL client version: 5.0.75 * PHP extension: mysql
-
Database:MySQL
-
Difficulty:Easy
-
Affected Branches:MOODLE_20_STABLE
Description
we have a previous (to the current new activity) hebrew label resource
while adding a new resource (or activity) after that hebrew label resource
i get a very very long line of the Activity Completion Condition listbox with that hebrew
label resource converted to hex (%1D%45%21%A4....) which distorts the page view.
for now, i change moodle/course/moodleform_mod.php line 422 to :
$completionoptions[$id]=substr($cm->name,0,60);
just to make it workable for our development/testing needs.
i am attaching a snapshot (after the trim)
writing English in label resources does not have this effect.
it happens only in label resources.
i have changed it to Major since it keeps bugging me each time i upgrade Moodle v2 HEAD
and i think it is a tiny fix that can solve a major UI layout issue.
sorry if i was too laud