--> You are now talking on #twiki_editor --- #twiki_editor :[freenode-info] if you need to send private messages, please register: http://freenode.net/faq.shtml#privmsg Good [ Morning | Afternoon | Evening ] everybody. Peter will be joining shortly. --> ArthurClemens (n=ArthurCl@ip56507f6a.direct-adsl.nl) has joined #twiki_editor PeterThoeny (n=PeterTho@twiki/founder/peterthoeny) has joined #twiki_editor good evening hi will, arthur, crawford, dave, steffen! minutes page at http://twiki.org/cgi-bin/view/Codev/WysiwygEditorMeeting2007x09x24 (20:27:37) CDot: hi; I thought we decided to stop these meetings? I haven't eaten yet, and I'm rather hungry... did we? news to me --> Lavr (i=Lavr@0x535b29eb.albnxx17.adsl-dhcp.tele.dk) has joined #twiki_editor I have some work to finish, so the better if we can skip or keep it short hi kenneth keep it short... PeterThoeny: I tried to mail back to twiki-dev but it bounced would be best. I'm hungry too :) then lets start now and keep it to 15 min who is facilitating? who is taking notes? i can facilitate I'll take notes at http://twiki.org/cgi-bin/view/Codev/WysiwygEditorMeeting2007x09x24 cool action item: i asked che, he agreed to test Hello all Status Update & Bug Review crawford? sorry, just getting some food ok nothing to say, really, excaept what is in the bug DB ok, while crawford is eating, any update/request/coordination item by others? http://develop.twiki.org/~twiki4/cgi-bin/view/Bugs/TinyMCEPlugin nope - handling tiny in the normal release meetings as cc suggested last time works ok for me also fwiw I think the table problems are resolveable "Test international character set support" - seems to work fine except for swedish arthur, could you elaborate? Swedish is pretty much like Danish. Latin + a few extra characters. attached file urls are still rewritten from UTF-8 to iso8859, making the links work only on some browsers (those doing iso8859 urls natively) afterwards but it's in the minor department I think, could focus on that later on last week I did a small test with international characters. greek, japanese, nowegian; only swedish text did not paste correctly russian ok as well showstopper or not? We need to find out why Swedish would not work. It makes no sense. I have seen repeats of the problems we had pasting malformed UTF-8 characters may be related How was the copy/paste done? Was the Swedish source material perhaps a different encoding? from 1 text file with all int. characters in it in interest of time let's find out actionable items and not go into details who can help debig the swedish language issue? "debug" iI really think that is low priority compared to other things specifically the usability of the "Styles" menu is IMHO the most important outstanding issue and there are bugs aroubnd the tables still Yes. The PROTECTED style part. The "no style" could be fixed by a dummy "None" selection. can you explain PROTECTED yet? is this http://develop.twiki.org/~twiki4/cgi-bin/view/Bugs/Item4707 ? The problem with PROTECTED Is that it is not really a style. Sven D also discussed this at some point. PeterThoeny: yes Nothing is saved when you make something PROTECTED. It is a transistion mode that ensures that TML is saved right. right An OK feature as such but the bundling with the two other styles make a usability problem sure. Suggest a better approach; even better, implement one (it's all in the TMCE config) Is this just a dropdown-confusion bug? I think so, yes So we need a good name and explanation I never really wanted the "styles" menu - I just used it because it was already there so just about anything else is better the explanation is the tough part when would I apply protected? I explained it for Kenneth.... kenneth, do you remember where? Hmm. No not right now. wait it is in the help Oh yes. The FAQ which I used as foundation for the help "PROTECTED - Text is saved exactly as it is typed. Use this to save advanced TWiki Variables where you do not want the Wysiwyg editor to interpret or modify the text." --> gmc (n=gmc@chasmcity.sonologic.nl) has joined #twiki_editor PROTECT ME FROM WHAT I WANT hi koen the whole concept of PRTECT has a problem, though because if I protect some damaged TML, it'll protect it on save but then the next time you edit, it'll get damaged (maybe) wouldn't it be nice if the tags DO get stored? tyou mean "save HTML" ooooh, you old radical! ;-) how about renaming it to somthing descriptive? "RAW TEXT" (hi all) hi koen that is *not* what it means hi RAW TEXT to most people means VERBATIM which is different You cannot really tag anything round saved TML. It is in the save process you temporarily PROTECT the marked text from being turned into non TML. I agree with Crawford on the RAW TEXT / Verbatim we have "raw edit" and "raw view" in the menu f.i. %START_WYSIWYG_PROTECT% yes, good point hmm if you apply terms consistently you avoid confusion ArthurClemens: no good. Embedded in a * Set? I like "raw text" as well, also for translations it is better to re-use the same terms yes, but that's only the tip of the iceberg we still have the problem of the semantics anyway, we are out of time, and I don;t have a solution not sure if we can action this Moving it from the Styles to a button would at least enable a better mouse over text. oh, and I need an answer on 4656 actually, no, it;s the same issue http://develop.twiki.org/~twiki4/cgi-bin/view/Bugs/Item4656 Not quite. ok, literal needs to be merged, yes? you are happy about that? If you fix the issue of eating newlines before/after LITERAL and VERBATIM then I can use LITERAL for fixing the original issue in 4656 Timecheck -- 1PM time check: +30 min there is no way I can "fix" that - it is behaving correctly let us discuss offline ok, anything else carwford before we move over to #twiki_release? no it is not behaving correct. Then you did not understand the problem not from me kenneth/crawford, please take the table issue offline That has nothing to do with tables yello table and whatever is affected switching over to #twiki_release You cannot use verbatim and literal tags right now. Edit save a few times and any topic with those gets goofed not goofed; corrected verbatim and literal do not lose/add to anything inside them Corrected?? You cannot be serious. TRY It which is the spec *outside* the tags there is *no way* to "store" whitespace Each time you save a topic usng TMCE with a verbatim tag . TMCE easts one new line before it. because it is HTML, and HTML treats all whitespace the same If you put 3 empty lines in front and save then it eats ONE new line each time. The 4th time the verbatim jumps to the end of the previous line. And then the topic is goofed. why is it goofed? Because the verbatim text ends up on the end of the last line with anything. If the last line was the last row of a table the table is gone. ok, *that* shouldn;t happen. Can you reproduce that behaviour? It has to leave at least ONE newline behind if there is a structured TML object before the verbatim, it should not be damaged It is dead easy to reproduce. but if there is plain text, then.... well, HTML treats newlines like spaces it doesn;t differentiate anyway, if you can generate a testcase where a table gets broken But in TML an empty line should always become a new paragraph. And those are eaten too if there is a verbatim on the line after an empty line. I can add it to the test suite but the spec of verbatim doesn't require a new para before it? Timecheck +40 min (10 min over) If I write "Fred joe sam" If you write .... then I see "Fred joe sam" and not "Fred joe See code below it needs to be on a line for itself sam" code lines no it doesn;t kenneth/crawford: very good discussion, could you take this offline so that we can start with the other meeting? is a tag; it can be anywhere Then I should not end up with See code line code sorry, we *are* offline aren't we? * CDot though the meeting had moved to #twiki_release we need your focus on#twiki_release hmm, spec was changed from cairo then .. it is possible ok, Kenneth, we can discuss this ater no we're all waiting for you two :) It is only in TMCE the problem is. Has nothing to do with Cairo vs Dakar+ TMCE eats newlines in front of certain tags. That is the problem. THIS is important and we would just discuss as a bug item in the release meeting. Now we are done with it