wolfganga: On tracker items one cannot edit the comments.
There is no error or so - it just get not changed.
The eason is codemirror. If activated, the POST passes the initial value back, not the new modified value.
If i click one "Toggle Highlighter" in the edit box - right before hitting save, then it works. The POST takes the correct new value.
I debugged the issue down to tiki-jquery.js arround line 1740. The the wrong value is taken.
A solution might be to make use of the codemirror function syntaxHighlighter.sync() , but i was unable to include it.
So any help (or even a taker) is apreciatted. Tiki-KGB: 03lindonb r53843 10trunk/templates/tiki-admin_banning.tpl * [FIX] banning: only one checkbox was showing with multiple ips Tiki|bot: Recent Bug: - http://dev.tiki.org/item5549 wolfganga: lindonb - are you there? dbalieiro: joined #tikiwiki
joined #tikiwiki chibaguy: joined #tikiwiki
polom Jyhem_laptop: joined #tikiwiki dbalieiro: joined #tikiwiki Jyhem_laptop: joined #tikiwiki
joined #tikiwiki Telesight: joined #tikiwiki fabricius: joined #tikiwiki Jyhem_laptop: joined #tikiwiki wolfganga: joined #tikiwiki
Hello fabricius: polom wolfganga: lindonb - are you there?
I would like to make a chhange to tiki-base.css but want to do it right (using the less definition). Tiki|bot: Recent Bug: - http://dev.tiki.org/item5550 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....
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.
Example: tracker filter in trunk / on bug/wish list site
Vertical menus with dropdown.
But i do not know wether this will have site effects i do not imeedeatly see
Can anyone guide me? fabricius: chibaguy: are you enough familiar with tiki.css to give wolfganga a hint? Jyhem_laptop: joined #tikiwiki
joined #tikiwiki chibaguy: hi fabricius. wolfganga: hi chibaguy chibaguy: hi wolfganga
I'll take a look. 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. chibaguy: What is the selector that has overflow:hidden? wolfganga: i am just looking it up - one moment chibaguy: Also what is the URL that shows this, please? wolfganga: its when you go to tracker - and try using a filter.
another one is - when you move a menu to the top position and set it to vertical dropdown.
the dropdoens are then cut - similar to the tracker filter dropdown.
i use bootstrap / bootstrap standard - and might have chosen activ. Jyhem_laptop: joined #tikiwiki chibaguy: ok
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.
I don't see a reason why a table is needed there. It only contains the filter. 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; } chibaguy: A horizontal menu in the top or topbar module zone? Their dropdowns should be visible. 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.
For testing i moved the main menu to the top position.
and set it "type" to "horiz"
(default is vert). so it shows up proper. But without the css modification, due to overflow: hidden, the menu options are cut.
topbar position
i agree to your comment on the trackerfilter. the table should be used for displaying the tracker item list - not the filter.
maybe a simple fix via the template? chibaguy: Chosen does make a difference. It might be a problem with the z-index.
The table should go, but when chosen isn't used, the dropdown is visible.
probably the fix in the template, yes, shouldn't be hard.
Sorry, but I have to go offline now. I'll be back in 8 or so hours (bedtime here in Japan :-) ). wolfganga: btw. i guess this is similar to the filter issue on the tracker of the bug+wishes side
ok - good night chibaguy: ok, good night. I'll continue on this tomorrow. Jyhem_laptop_: joined #tikiwiki
joined #tikiwiki Tiki|bot: joined #tikiwiki lindonb: joined #tikiwiki Tiki-KGB: 03jonnybradley r53844 10branches/ 1013.x/lib/jquery_tiki/tiki-jquery.js 1013.x
[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
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) pcwick: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki lindonb: joined #tikiwiki Tiki-KGB: 03lindonb r53845 10trunk/lib/smarty_tiki/function.error_report.php
[REF] error report: Remove "Clear errors" link as it now duplicates dismiss button
03jonnybradley r53846 10trunk/templates/tiki-editpage.tpl
[FIX] wiki: Fix unusual "tri-state" select menus for use with Bootstrap and Chosen (which doesn't like having empty options)
Feature could do with finishing imho, the "On" option doesn't seem to override the main pref, so a checkbox would have been fine....
03jonnybradley r53847 10branches/13.x/templates/tiki-editpage.tpl
[bp/r53846][FIX] wiki: Fix unusual "tri-state" select menus for use with Bootstrap and Chosen (which doesn't like having empty options)
Feature could do with finishing imho, the "On" option doesn't seem to override the main pref, so a checkbox would have been fine.... leagris: joined #tikiwiki Tiki-KGB: 03jonnybradley r53848 10branches/ 1012.x 1012.x/templates/tiki-editpage.tpl
[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)
Feature could do with finishing imho, the "On" option doesn't seem to override the main pref, so a checkbox would have been fine.... Tiki|bot: joined #tikiwiki
Recent Bug: - http://dev.tiki.org/item5551
Recent Bug: - http://dev.tiki.org/item5552
Recent Bug: - http://dev.tiki.org/item5553 Tiki-KGB: 03walper r53849 10trunk/ 10templates/tracker_filter.tpl 10templates/bootstrap_menu_navbar.tpl * [FIX] Fixed some smarty notices.