From: Youmin Ha Date: Mon, 10 Dec 2012 10:14:19 +0000 (+0900) Subject: Export 0.2.2 X-Git-Tag: accepted/tizen_2.1/20130425.023924~7^2~344^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=815a6d249aabf215757fef0be57f8a4e8e858cf3;p=platform%2Fframework%2Fweb%2Fweb-ui-fw.git Export 0.2.2 --- diff --git a/demos/tizen-winsets/index.html b/demos/tizen-winsets/index.html index 14c45a6..bafebdb 100644 --- a/demos/tizen-winsets/index.html +++ b/demos/tizen-winsets/index.html @@ -83,7 +83,7 @@
  • List
  • List
  • Autodividers
  • -
  • Short cut scroll (aka fast-scroll)
  • +
  • Fastscroll
  • Additional Popup
  • Popup
  • diff --git a/demos/tizen-winsets/widgets/fast-scroll.html b/demos/tizen-winsets/widgets/fastscroll.html similarity index 85% rename from demos/tizen-winsets/widgets/fast-scroll.html rename to demos/tizen-winsets/widgets/fastscroll.html index ad81285..d963f0f 100644 --- a/demos/tizen-winsets/widgets/fast-scroll.html +++ b/demos/tizen-winsets/widgets/fastscroll.html @@ -1,10 +1,10 @@ -
    +
    -

    Short cut scroll (aka fast scroll)

    +

    Fastscroll

    -
      +
      • A
      • Anton
      • Arabella
      • diff --git a/packaging/web-ui-fw.spec b/packaging/web-ui-fw.spec index a663cba..9051c8a 100644 --- a/packaging/web-ui-fw.spec +++ b/packaging/web-ui-fw.spec @@ -1,6 +1,6 @@ Name: web-ui-fw -Version: 0.2.1 -Release: 1 +Version: 0.2.2 +Release: 0 Summary: Tizen Web UI Framework Library Group: Development/Other License: MIT @@ -82,6 +82,13 @@ Summary: Tizen Web UI Framework Demo Application: tizen winset demo ############################### %changelog +* Thu Dec 10 2012 Youmin Ha 0.2.2 +- FIX: + - chang searchbar/slider images + - delete redundant button images +- Spec changes: + - Change widget name: shortcutscroll -> fastscroll + * Thu Dec 07 2012 Youmin Ha 0.2.1 - FIX: - jqm1.2: Change collapsible style to meet expandable list @@ -163,6 +170,12 @@ Summary: Tizen Web UI Framework Demo Application: tizen winset demo - Spec changes: - UX guide v0.4 : button, layout +* Fri Oct 26 2012 Youmin Ha 0.1.58 +- FIX: + - scrollview: Fix outer scroll amount + - tabbar: fix tapping twice + - popupwindow: fix left position + * Wed Oct 24 2012 Youmin Ha 0.1.57 - FIX: - expandablelist: icon color fix diff --git a/src/themes/tizen/common/jquery.mobile.forms.textinput.less b/src/themes/tizen/common/jquery.mobile.forms.textinput.less index a48a2bb..0ba4f7c 100755 --- a/src/themes/tizen/common/jquery.mobile.forms.textinput.less +++ b/src/themes/tizen/common/jquery.mobile.forms.textinput.less @@ -208,13 +208,13 @@ textarea.ui-input-text { } .ui-image-search { - background-image: url(images/00_search_icon.png); + background-image: url(images/controls/00_search_icon.png); background-repeat: no-repeat; background-size : 100% 100%; } .ui-icon-deleteSearch { - background-image: url(images/00_Edit_Field_clear.png); + background-image: url(images/controls/00_field_btn_clear.png); background-repeat: no-repeat; background-size : 100% 100%; } diff --git a/src/themes/tizen/common/jquery.mobile.tizen.shortcutscroll.less b/src/themes/tizen/common/jquery.mobile.tizen.fastscroll.less similarity index 62% rename from src/themes/tizen/common/jquery.mobile.tizen.shortcutscroll.less rename to src/themes/tizen/common/jquery.mobile.tizen.fastscroll.less index 2f3f538..1ef422a 100755 --- a/src/themes/tizen/common/jquery.mobile.tizen.shortcutscroll.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.fastscroll.less @@ -1,9 +1,9 @@ @import "config.less"; -.ui-shortcutscroll { +.ui-fastscroll { position: absolute; right: 0*@unit_base; - background-color: @color_shortcutscroll_rollover_bg; + background-color: @color_fastscroll_rollover_bg; width: 25*@unit_base; -ms-user-select: none; -o-user-select: none; @@ -21,19 +21,19 @@ } li { cursor: pointer; - color: @color_shortcutscroll_rollover_text; + color: @color_fastscroll_rollover_text; padding: 2*@unit_base 2*@unit_base 2*@unit_base 2*@unit_base; text-align: center; font-size : 16 * @unit_base; font-weight : bold; border-left-width : 3 * @unit_base; - border-left-color : @color_shortcutscroll_popup_bg; + border-left-color : @color_fastscroll_popup_bg; border-left-style : solid; } } -.ui-shortcutscroll2 { +.ui-fastscroll2 { position: absolute; right: 0*@unit_base; -ms-user-select: none; @@ -51,7 +51,7 @@ } li { cursor: pointer; - color: @color_shortcutscroll_rollover_text; + color: @color_fastscroll_rollover_text; padding: 2*@unit_base 2*@unit_base 2*@unit_base 2*@unit_base; text-align: right; @@ -60,25 +60,25 @@ } } -.ui-shortcutscroll-bg { +.ui-fastscroll-bg { position: absolute; right: 0*@unit_base; - background-color: @color_shortcutscroll_rollover_bg; + background-color: @color_fastscroll_rollover_bg; width: 25 * @unit_base; z-index: 10; top: 0; } -.ui-shortcutscroll-popup { +.ui-fastscroll-popup { position: absolute; - background: @color_shortcutscroll_popup_bg; - color: @color_shortcutscroll_popup_text; + background: @color_fastscroll_popup_bg; + color: @color_fastscroll_popup_text; padding:10*@unit_base 30*@unit_base; - -ms-box-shadow: 8*@unit_base 10*@unit_base 0*@unit_base @color_shortcutscroll_popup_shadow; - -o-box-shadow: 8*@unit_base 10*@unit_base 0*@unit_base @color_shortcutscroll_popup_shadow; - -moz-box-shadow: 8*@unit_base 10*@unit_base 0*@unit_base @color_shortcutscroll_popup_shadow; - -webkit-box-shadow: 8*@unit_base 10*@unit_base 0*@unit_base @color_shortcutscroll_popup_shadow; - box-shadow: 8*@unit_base 10*@unit_base 0*@unit_base @color_shortcutscroll_popup_shadow; + -ms-box-shadow: 8*@unit_base 10*@unit_base 0*@unit_base @color_fastscroll_popup_shadow; + -o-box-shadow: 8*@unit_base 10*@unit_base 0*@unit_base @color_fastscroll_popup_shadow; + -moz-box-shadow: 8*@unit_base 10*@unit_base 0*@unit_base @color_fastscroll_popup_shadow; + -webkit-box-shadow: 8*@unit_base 10*@unit_base 0*@unit_base @color_fastscroll_popup_shadow; + box-shadow: 8*@unit_base 10*@unit_base 0*@unit_base @color_fastscroll_popup_shadow; text-align: center; font-size: 75*@unit_base; font-weight: bold; @@ -86,27 +86,27 @@ box-sizing:border-box; } -li.ui-shortcutscroll-hover { - color : @color_shortcutscroll_popup_bg; +li.ui-fastscroll-hover { + color : @color_fastscroll_popup_bg; } -li.ui-shortcutscroll-hover, -li.ui-shortcutscroll-hover-up, -li.ui-shortcutscroll-hover-down { +li.ui-fastscroll-hover, +li.ui-fastscroll-hover-up, +li.ui-fastscroll-hover-down { background : @color_list_bg; border-style : solid; - border-color : @color_shortcutscroll_popup_bg; + border-color : @color_fastscroll_popup_bg; border-width : 0px; border-right-width : 3 * @unit_base; border-left-width : 1px; border-left-color : @color_list_bg; } -li.ui-shortcutscroll-hover-up { +li.ui-fastscroll-hover-up { border-top-width : 3 * @unit_base; } -li.ui-shortcutscroll-hover-down { +li.ui-fastscroll-hover-down { border-bottom-width : 3 * @unit_base; } diff --git a/src/themes/tizen/common/jquery.mobile.tizen.multimediaview.less b/src/themes/tizen/common/jquery.mobile.tizen.multimediaview.less index 6e52a85..eb288e1 100755 --- a/src/themes/tizen/common/jquery.mobile.tizen.multimediaview.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.multimediaview.less @@ -36,11 +36,11 @@ } .ui-multimediaview-control span.ui-volume-icon { - background-image : url(./images/00_slider_button_volume_02.png); + background-image : url(./images/controls/00_slider_button_volume_02.png); } .ui-multimediaview-control span.ui-mute-icon { - background-image : url(./images/00_slider_button_volume_01.png); + background-image : url(./images/controls/00_slider_button_volume_01.png); } .ui-multimediaview-control span.ui-fullscreen-on { diff --git a/src/themes/tizen/common/jquery.mobile.tizen.slider.less b/src/themes/tizen/common/jquery.mobile.tizen.slider.less index 15790e5..e52668f 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.slider.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.slider.less @@ -39,12 +39,12 @@ select.ui-slider-switch { height: @img-height; width: @img-width; - background: url(images/00_slider_button_brightness_01.png) no-repeat; + background: url(images/controls/00_slider_button_brightness_01.png) no-repeat; .LESSbackground-size(@img-width, @img-height); } .ui-slider-left-volume { - background: url(images/00_slider_button_volume_01.png) no-repeat; + background: url(images/controls/00_slider_button_volume_01.png) no-repeat; .LESSbackground-size(@img-width, @img-height); } @@ -59,12 +59,12 @@ select.ui-slider-switch { vertical-align: middle; - background: url(images/00_slider_button_brightness_02.png) no-repeat; + background: url(images/controls/00_slider_button_brightness_02.png) no-repeat; .LESSbackground-size(@img-width, @img-height); } .ui-slider-right-volume { - background: url(images/00_slider_button_volume_02.png) no-repeat; + background: url(images/controls/00_slider_button_volume_02.png) no-repeat; .LESSbackground-size(@img-width, @img-height); } @@ -126,7 +126,7 @@ a.ui-slider-handle { color: @color_slider_handle_text; font-size: 0.95rem; - background: url(images/00_slider_handle.png) no-repeat; + background: url(images/controls/00_slider_handle.png) no-repeat; .LESSbackground-size(@handle-width, @handle-height); } @@ -175,6 +175,6 @@ a.ui-slider-handle { height: 37 * @unit_base; //FIXME - background: url(images/00_slider_handle_press.png) no-repeat; + background: url(images/controls/00_slider_handle_press.png) no-repeat; .LESSbackground-size(@handle-width, @handle-height); } diff --git a/src/themes/tizen/tizen-white/Makefile b/src/themes/tizen/tizen-white/Makefile index a4979c4..45ef910 100755 --- a/src/themes/tizen/tizen-white/Makefile +++ b/src/themes/tizen/tizen-white/Makefile @@ -35,7 +35,7 @@ CSS_SRCS= ../common/jquery.mobile.theme.less.css \ ../common/jquery.mobile.tizen.pagecontrol.less.css \ ../common/jquery.mobile.tizen.swipe.less.css \ ../common/jquery.mobile.tizen.nocontents.less.css \ - ../common/jquery.mobile.tizen.shortcutscroll.less.css \ + ../common/jquery.mobile.tizen.fastscroll.less.css \ ../common/jquery.mobile.tizen.dayselector.less.css \ ../common/jquery.mobile.tizen.toggleswitch.less.css \ ../common/jquery.mobile.tizen.triangle.less.css \ diff --git a/src/themes/tizen/tizen-white/images/00_button_warring.png b/src/themes/tizen/tizen-white/images/00_button_warring.png deleted file mode 100644 index 7e63d67..0000000 Binary files a/src/themes/tizen/tizen-white/images/00_button_warring.png and /dev/null differ diff --git a/src/themes/tizen/tizen-white/images/00_slider_handle.png b/src/themes/tizen/tizen-white/images/00_slider_handle.png deleted file mode 100644 index dbecdc4..0000000 Binary files a/src/themes/tizen/tizen-white/images/00_slider_handle.png and /dev/null differ diff --git a/src/themes/tizen/tizen-white/images/00_slider_handle_press.png b/src/themes/tizen/tizen-white/images/00_slider_handle_press.png deleted file mode 100644 index dbecdc4..0000000 Binary files a/src/themes/tizen/tizen-white/images/00_slider_handle_press.png and /dev/null differ diff --git a/src/themes/tizen/tizen-white/images/00_button_warring_ef.png b/src/themes/tizen/tizen-white/images/controls/00_field_btn_clear.png similarity index 86% rename from src/themes/tizen/tizen-white/images/00_button_warring_ef.png rename to src/themes/tizen/tizen-white/images/controls/00_field_btn_clear.png index 358c8af..3adb29e 100644 Binary files a/src/themes/tizen/tizen-white/images/00_button_warring_ef.png and b/src/themes/tizen/tizen-white/images/controls/00_field_btn_clear.png differ diff --git a/src/themes/tizen/tizen-white/images/00_button_left_ef.png b/src/themes/tizen/tizen-white/images/controls/00_field_btn_clear_press.png similarity index 84% rename from src/themes/tizen/tizen-white/images/00_button_left_ef.png rename to src/themes/tizen/tizen-white/images/controls/00_field_btn_clear_press.png index 6a2082d..d17cca6 100644 Binary files a/src/themes/tizen/tizen-white/images/00_button_left_ef.png and b/src/themes/tizen/tizen-white/images/controls/00_field_btn_clear_press.png differ diff --git a/src/themes/tizen/tizen-white/images/00_search_icon.png b/src/themes/tizen/tizen-white/images/controls/00_search_icon.png old mode 100755 new mode 100644 similarity index 69% rename from src/themes/tizen/tizen-white/images/00_search_icon.png rename to src/themes/tizen/tizen-white/images/controls/00_search_icon.png index 527c001..87e8b34 Binary files a/src/themes/tizen/tizen-white/images/00_search_icon.png and b/src/themes/tizen/tizen-white/images/controls/00_search_icon.png differ diff --git a/src/themes/tizen/tizen-white/images/00_slider_button_brightness_01.png b/src/themes/tizen/tizen-white/images/controls/00_slider_button_brightness_01.png similarity index 67% rename from src/themes/tizen/tizen-white/images/00_slider_button_brightness_01.png rename to src/themes/tizen/tizen-white/images/controls/00_slider_button_brightness_01.png index be9eadd..cf4e136 100644 Binary files a/src/themes/tizen/tizen-white/images/00_slider_button_brightness_01.png and b/src/themes/tizen/tizen-white/images/controls/00_slider_button_brightness_01.png differ diff --git a/src/themes/tizen/tizen-white/images/00_button_left.png b/src/themes/tizen/tizen-white/images/controls/00_slider_button_brightness_01_press.png similarity index 69% rename from src/themes/tizen/tizen-white/images/00_button_left.png rename to src/themes/tizen/tizen-white/images/controls/00_slider_button_brightness_01_press.png index 05833b3..5a6283c 100644 Binary files a/src/themes/tizen/tizen-white/images/00_button_left.png and b/src/themes/tizen/tizen-white/images/controls/00_slider_button_brightness_01_press.png differ diff --git a/src/themes/tizen/tizen-white/images/00_slider_button_brightness_02.png b/src/themes/tizen/tizen-white/images/controls/00_slider_button_brightness_02.png similarity index 61% rename from src/themes/tizen/tizen-white/images/00_slider_button_brightness_02.png rename to src/themes/tizen/tizen-white/images/controls/00_slider_button_brightness_02.png index 384facd..139c428 100644 Binary files a/src/themes/tizen/tizen-white/images/00_slider_button_brightness_02.png and b/src/themes/tizen/tizen-white/images/controls/00_slider_button_brightness_02.png differ diff --git a/src/themes/tizen/tizen-white/images/controls/00_slider_button_brightness_02_press.png b/src/themes/tizen/tizen-white/images/controls/00_slider_button_brightness_02_press.png new file mode 100644 index 0000000..9bacefd Binary files /dev/null and b/src/themes/tizen/tizen-white/images/controls/00_slider_button_brightness_02_press.png differ diff --git a/src/themes/tizen/tizen-white/images/00_slider_button_volume_01.png b/src/themes/tizen/tizen-white/images/controls/00_slider_button_volume_01.png similarity index 80% rename from src/themes/tizen/tizen-white/images/00_slider_button_volume_01.png rename to src/themes/tizen/tizen-white/images/controls/00_slider_button_volume_01.png index e86f814..5a50be3 100644 Binary files a/src/themes/tizen/tizen-white/images/00_slider_button_volume_01.png and b/src/themes/tizen/tizen-white/images/controls/00_slider_button_volume_01.png differ diff --git a/src/themes/tizen/tizen-white/images/00_Edit_Field_clear.png b/src/themes/tizen/tizen-white/images/controls/00_slider_button_volume_01_press.png old mode 100755 new mode 100644 similarity index 81% rename from src/themes/tizen/tizen-white/images/00_Edit_Field_clear.png rename to src/themes/tizen/tizen-white/images/controls/00_slider_button_volume_01_press.png index 1e8032f..79f1eb1 Binary files a/src/themes/tizen/tizen-white/images/00_Edit_Field_clear.png and b/src/themes/tizen/tizen-white/images/controls/00_slider_button_volume_01_press.png differ diff --git a/src/themes/tizen/tizen-white/images/00_slider_button_volume_02.png b/src/themes/tizen/tizen-white/images/controls/00_slider_button_volume_02.png similarity index 60% rename from src/themes/tizen/tizen-white/images/00_slider_button_volume_02.png rename to src/themes/tizen/tizen-white/images/controls/00_slider_button_volume_02.png index 8ecfed0..6c65736 100644 Binary files a/src/themes/tizen/tizen-white/images/00_slider_button_volume_02.png and b/src/themes/tizen/tizen-white/images/controls/00_slider_button_volume_02.png differ diff --git a/src/themes/tizen/tizen-white/images/controls/00_slider_button_volume_02_press.png b/src/themes/tizen/tizen-white/images/controls/00_slider_button_volume_02_press.png new file mode 100644 index 0000000..567b91b Binary files /dev/null and b/src/themes/tizen/tizen-white/images/controls/00_slider_button_volume_02_press.png differ diff --git a/src/themes/tizen/tizen-white/images/controls/00_slider_handle.png b/src/themes/tizen/tizen-white/images/controls/00_slider_handle.png new file mode 100644 index 0000000..c1c00bb Binary files /dev/null and b/src/themes/tizen/tizen-white/images/controls/00_slider_handle.png differ diff --git a/src/themes/tizen/tizen-white/images/controls/00_slider_handle_press.png b/src/themes/tizen/tizen-white/images/controls/00_slider_handle_press.png new file mode 100644 index 0000000..3d5091c Binary files /dev/null and b/src/themes/tizen/tizen-white/images/controls/00_slider_handle_press.png differ diff --git a/src/themes/tizen/tizen-white/style.less b/src/themes/tizen/tizen-white/style.less index 7226b74..676cd46 100755 --- a/src/themes/tizen/tizen-white/style.less +++ b/src/themes/tizen/tizen-white/style.less @@ -72,11 +72,11 @@ /*************************************************************************** Shortcut Scroll ***************************************************************************/ -@color_shortcutscroll_rollover_bg: rgba(230, 227, 216, 1); /* B0723 : 00_fast_scroll_rollover_bg.9.png */ -@color_shortcutscroll_rollover_text: rgba(160, 159, 154, 1); /* B0721 : Rollover text */ -@color_shortcutscroll_popup_bg: rgba(59, 115, 182, 1); /* B0731 : 00_fast_scroll_popup_bg.png */ -@color_shortcutscroll_popup_shadow: rgba(199, 199, 199, 0.5); -@color_shortcutscroll_popup_text: rgba(255, 255, 255, 1); /* B0732 : Scroll popup text */ +@color_fastscroll_rollover_bg: rgba(230, 227, 216, 1); /* B0723 : 00_fast_scroll_rollover_bg.9.png */ +@color_fastscroll_rollover_text: rgba(160, 159, 154, 1); /* B0721 : Rollover text */ +@color_fastscroll_popup_bg: rgba(59, 115, 182, 1); /* B0731 : 00_fast_scroll_popup_bg.png */ +@color_fastscroll_popup_shadow: rgba(199, 199, 199, 0.5); +@color_fastscroll_popup_text: rgba(255, 255, 255, 1); /* B0732 : Scroll popup text */ /*************************************************************************** diff --git a/src/widgets/shortcutscroll/js/jquery.mobile.tizen.shortcutscroll.js b/src/widgets/fastscroll/js/jquery.mobile.tizen.fastscroll.js similarity index 88% rename from src/widgets/shortcutscroll/js/jquery.mobile.tizen.shortcutscroll.js rename to src/widgets/fastscroll/js/jquery.mobile.tizen.fastscroll.js index e5aeaf7..6fc1fab 100755 --- a/src/widgets/shortcutscroll/js/jquery.mobile.tizen.shortcutscroll.js +++ b/src/widgets/fastscroll/js/jquery.mobile.tizen.fastscroll.js @@ -30,7 +30,7 @@ * Authors: Elliot Smith */ -// shortcutscroll is a scrollview controller, which binds +// fastscroll is a scrollview controller, which binds // a scrollview to a a list of short cuts; the shortcuts are built // from the text on dividers in the list. Clicking on a shortcut // instantaneously jumps the scrollview to the selected list divider; @@ -38,9 +38,9 @@ // list divider matching the text currently under the touch; a popup // with the text currently under the touch is also displayed. // -// To apply, add the attribute data-shortcutscroll="true" to a listview +// To apply, add the attribute data-fastscroll="true" to a listview // (a
          or
            element inside a page). Alternatively, call -// shortcutscroll() on an element. +// fastscroll() on an element. // // The closest element with class ui-scrollview-clip is used as the // scrollview to be controlled. @@ -49,13 +49,13 @@ // display. /** - @class ShortcutScroll + @class fastscroll The shortcut scroll widget shows a shortcut list that is bound to its parent scroll bar and respective list view. This widget is displayed as a text pop-up representing shortcuts to different list dividers in the list view. If you select a shortcut text from the shortcut scroll, the parent list view is moved to the location representing the selected shortcut. To add a shortcut scroll widget to the application, use the following code:
            -
              +
              • Anton
            @@ -64,18 +64,18 @@ */ /** - @property {Boolean} data-shortcutscroll + @property {Boolean} data-fastscroll When set to true, creates a shortcut scroll using the HTML unordered list (<ul>) element. */ /** - @method shortcutscroll + @method fastscroll The shortcut scroll is created for the closest list view with the ui-scrollview-clip class. */ (function ( $, undefined ) { - $.widget( "tizen.shortcutscroll", $.mobile.widget, { + $.widget( "tizen.fastscroll", $.mobile.widget, { options: { - initSelector: ":jqmData(shortcutscroll)" + initSelector: ":jqmData(fastscroll)" }, _create: function () { @@ -86,12 +86,12 @@ jumpToDivider; this.scrollview = $el.closest( '.ui-scrollview-clip' ); - this.shortcutsContainer = $( '
            ' ); + this.shortcutsContainer = $( '
            ' ); this.shortcutsList = $( '
              ' ); // popup for the hovering character - this.shortcutsContainer.append($( '
              ' ) ); - $popup = this.shortcutsContainer.find( '.ui-shortcutscroll-popup' ); + this.shortcutsContainer.append($( '
              ' ) ); + $popup = this.shortcutsContainer.find( '.ui-fastscroll-popup' ); this.shortcutsContainer.append( this.shortcutsList ); this.scrollview.append( this.shortcutsContainer ); @@ -148,9 +148,9 @@ self.shortcutsList.find( 'li' ).each( function () { var listItem = $( this ); $( listItem ) - .removeClass( "ui-shortcutscroll-hover" ) - .removeClass( "ui-shortcutscroll-hover-up" ) - .removeClass( "ui-shortcutscroll-hover-down" ); + .removeClass( "ui-fastscroll-hover" ) + .removeClass( "ui-fastscroll-hover-up" ) + .removeClass( "ui-fastscroll-hover-down" ); }); // Hit test each list item self.shortcutsList.find( 'li' ).each( function () { @@ -162,11 +162,11 @@ if ( coords.x >= l && coords.x <= r && coords.y >= t && coords.y <= b ) { jumpToDivider( $( listItem.data( 'divider' ) ) ); - $( listItem ).addClass( "ui-shortcutscroll-hover" ); + $( listItem ).addClass( "ui-fastscroll-hover" ); if ( listItem.index() > 0 ) { - $( listItem ).siblings().eq( listItem.index() - 1 ).addClass( "ui-shortcutscroll-hover-up" ); + $( listItem ).siblings().eq( listItem.index() - 1 ).addClass( "ui-fastscroll-hover-up" ); } - $( listItem ).siblings().eq( listItem.index() ).addClass( "ui-shortcutscroll-hover-down" ); + $( listItem ).siblings().eq( listItem.index() ).addClass( "ui-fastscroll-hover-down" ); return false; } return true; @@ -177,7 +177,7 @@ e.preventDefault(); e.stopPropagation(); } ) - // bind mouseout of the shortcutscroll container to remove popup + // bind mouseout of the fastscroll container to remove popup .bind( 'touchend mouseup vmouseup vmouseout', function () { $popup.hide(); } ); @@ -239,9 +239,9 @@ } ); $( document ).bind( "pagecreate create", function ( e ) { - $( $.tizen.shortcutscroll.prototype.options.initSelector, e.target ) + $( $.tizen.fastscroll.prototype.options.initSelector, e.target ) .not( ":jqmData(role='none'), :jqmData(role='nojs')" ) - .shortcutscroll(); + .fastscroll(); } ); } ( jQuery ) );