[01:04] wolfganga I need again seome help - spent soem hours with finding a final soloution. [01:04] wolfganga On tracker items one cannot edit the comments. [01:04] wolfganga There is no error or so - it just get not changed. [01:05] wolfganga The eason is codemirror. If activated, the POST passes the initial value back, not the new modified value. [01:06] wolfganga If i click one "Toggle Highlighter" in the edit box - right before hitting save, then it works. The POST takes the correct new value. [01:07] wolfganga I debugged the issue down to tiki-jquery.js arround line 1740. The the wrong value is taken. [01:08] wolfganga A solution might be to make use of the codemirror function syntaxHighlighter.sync() , but i was unable to include it. [01:09] wolfganga So any help (or even a taker) is apreciatted. [01:20] Tiki-KGB 03lindonb r53843 10trunk/templates/tiki-admin_banning.tpl * [FIX] banning: only one checkbox was showing with multiple ips [01:52] Tiki|bot Recent Bug: - http://dev.tiki.org/item5549 [01:55] wolfganga lindonb - are you there? [02:29] dbalieiro joined #tikiwiki [02:47] dbalieiro joined #tikiwiki [07:06] chibaguy joined #tikiwiki [07:24] chibaguy polom [09:21] Jyhem_laptop joined #tikiwiki [09:52] dbalieiro joined #tikiwiki [10:13] Jyhem_laptop joined #tikiwiki [10:25] Jyhem_laptop joined #tikiwiki [11:33] Telesight joined #tikiwiki [12:18] fabricius joined #tikiwiki [12:52] Jyhem_laptop joined #tikiwiki [13:19] wolfganga joined #tikiwiki [13:20] wolfganga Hello [13:25] fabricius polom [13:30] wolfganga lindonb - are you there? [13:31] wolfganga I would like to make a chhange to tiki-base.css but want to do it right (using the less definition). [13:59] Tiki|bot Recent Bug: - http://dev.tiki.org/item5550 [14:00] wolfganga ich glaueb ich weiss wei man das gernerll fixen kann, bin aber nicht sicher ob es seiteneffekte hat. wenn nur jemand mit ahnung im irc was sagen würde.... [14:02] wolfganga If someone with more in deep sights to tiki base css is here: I would like to remove an overflow: hidden that prevents menus and combo boxes to show up properly. [14:03] wolfganga Example: tracker filter in trunk / on bug/wish list site [14:03] wolfganga Vertical menus with dropdown. [14:03] wolfganga But i do not know wether this will have site effects i do not imeedeatly see [14:04] wolfganga Can anyone guide me? [14:10] fabricius chibaguy: are you enough familiar with tiki.css to give wolfganga a hint? [14:11] Jyhem_laptop joined #tikiwiki [14:58] Jyhem_laptop joined #tikiwiki [14:59] chibaguy hi fabricius. [15:00] wolfganga hi chibaguy [15:00] chibaguy hi wolfganga [15:01] chibaguy I'll take a look. [15:01] wolfganga Are you fimilar with tiki-base-.css? I want to remove an overflow:hidden and i amnot sure wether this would have a negativ impact. [15:02] chibaguy What is the selector that has overflow:hidden? [15:04] wolfganga i am just looking it up - one moment [15:04] chibaguy Also what is the URL that shows this, please? [15:06] wolfganga its when you go to tracker - and try using a filter. [15:06] wolfganga another one is - when you move a menu to the top position and set it to vertical dropdown. [15:07] wolfganga the dropdoens are then cut - similar to the tracker filter dropdown. [15:07] wolfganga i use bootstrap / bootstrap standard - and might have chosen activ. [15:11] Jyhem_laptop joined #tikiwiki [15:12] chibaguy ok [15:16] chibaguy In the case of the tracker filter, the problem is that the selector is in a table that's inside a div class="table-responsive", which doesn't allow overflow to be visible, it seems. [15:17] chibaguy I don't see a reason why a table is needed there. It only contains the filter. [15:17] wolfganga so for the menu stuff (when putting a menu in one of the top position and set it to "horiz" so menu options are vertical available - i needed to change tiki-base.css line 455: .panel-body ol, .panel-body ul { /* overflow: hidden; */ margin-top: 0; margin-bottom: 0; } [15:18] chibaguy A horizontal menu in the top or topbar module zone? Their dropdowns should be visible. [15:18] wolfganga for the tracker filter - i am still looking (* should have made a notice *). I remeber someone said it would have to todo with chosen. [15:19] wolfganga For testing i moved the main menu to the top position. [15:20] wolfganga and set it "type" to "horiz" [15:21] wolfganga (default is vert). so it shows up proper. But without the css modification, due to overflow: hidden, the menu options are cut. [15:23] wolfganga topbar position [15:24] wolfganga i agree to your comment on the trackerfilter. the table should be used for displaying the tracker item list - not the filter. [15:25] wolfganga maybe a simple fix via the template? [15:25] chibaguy Chosen does make a difference. It might be a problem with the z-index. [15:26] chibaguy The table should go, but when chosen isn't used, the dropdown is visible. [15:26] chibaguy probably the fix in the template, yes, shouldn't be hard. [15:27] chibaguy Sorry, but I have to go offline now. I'll be back in 8 or so hours (bedtime here in Japan :-) ). [15:28] wolfganga btw. i guess this is similar to the filter issue on the tracker of the bug+wishes side [15:28] wolfganga ok - good night [15:31] chibaguy ok, good night. I'll continue on this tomorrow. [15:50] Jyhem_laptop_ joined #tikiwiki [16:24] Jyhem_laptop_ joined #tikiwiki [16:39] Tiki|bot joined #tikiwiki [17:08] lindonb joined #tikiwiki [17:30] Tiki-KGB 03jonnybradley r53844 10branches/ 1013.x/lib/jquery_tiki/tiki-jquery.js 1013.x [17:30] Tiki-KGB [bp/r53841][FIX] Heavily improved response time on new or modified trackeritems (down from 59 requests with 880KB to just 1 request with 12KB). The js callback handler that was called after save and requested the same page for displaying the updated list, was using the reload() method. This methods instructs the browser to update the local cache. This in turn leads to loading ALL [17:30] Tiki-KGB tikiwiki js files and ALL css files again. This patch implements the href atrribute instead of the reload() function. This way the browser behaves like clicking a link, which uses the cached files. Note: You must have a proper webserver setup with valid cache header! (thanks wolfganga and fabricius) [19:31] pcwick joined #tikiwiki [19:42] pcwick joined #tikiwiki [19:45] pcwick joined #tikiwiki [20:18] lindonb joined #tikiwiki [20:32] Tiki-KGB 03lindonb r53845 10trunk/lib/smarty_tiki/function.error_report.php [20:32] Tiki-KGB [REF] error report: Remove "Clear errors" link as it now duplicates dismiss button [20:50] Tiki-KGB 03jonnybradley r53846 10trunk/templates/tiki-editpage.tpl [20:50] Tiki-KGB [FIX] wiki: Fix unusual "tri-state" select menus for use with Bootstrap and Chosen (which doesn't like having empty options) [20:50] Tiki-KGB Feature could do with finishing imho, the "On" option doesn't seem to override the main pref, so a checkbox would have been fine.... [20:58] Tiki-KGB 03jonnybradley r53847 10branches/13.x/templates/tiki-editpage.tpl [20:58] Tiki-KGB [bp/r53846][FIX] wiki: Fix unusual "tri-state" select menus for use with Bootstrap and Chosen (which doesn't like having empty options) [20:58] Tiki-KGB Feature could do with finishing imho, the "On" option doesn't seem to override the main pref, so a checkbox would have been fine.... [21:04] leagris joined #tikiwiki [21:06] Tiki-KGB 03jonnybradley r53848 10branches/ 1012.x 1012.x/templates/tiki-editpage.tpl [21:06] Tiki-KGB [bp/r53847][bp/r53846][FIX] wiki: Fix unusual "tri-state" select menus for use with Bootstrap and Chosen (which doesn't like having empty options) [21:06] Tiki-KGB Feature could do with finishing imho, the "On" option doesn't seem to override the main pref, so a checkbox would have been fine.... [21:17] Tiki|bot joined #tikiwiki [21:18] Tiki|bot Recent Bug: - http://dev.tiki.org/item5551 [21:18] Tiki|bot Recent Bug: - http://dev.tiki.org/item5552 [21:18] Tiki|bot Recent Bug: - http://dev.tiki.org/item5553 [23:56] Tiki-KGB 03walper r53849 10trunk/ 10templates/tracker_filter.tpl 10templates/bootstrap_menu_navbar.tpl * [FIX] Fixed some smarty notices.